Files
puppet-sabayon/facts.d/sabayon.sh

6 lines
90 B
Bash
Executable File

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