Files
puppet-sabayon/facts.d/sabayon.sh
Alexander "Ace" Olofsson 0bc87f0cbf Replace custom fact with executable fact
Should solve #4
2017-03-12 23:46:36 +01:00

6 lines
90 B
Bash

#!/bin/sh
if [ -f /etc/sabayon-release ]; then
echo "operatingsystem=Sabayon"
fi