Files
puppet-sabayon/manifests/init.pp

16 lines
298 B
Puppet

# == Class: Sabayon
#
# Installs the tools needed to manage Sabayon hosts using puppet
#
class sabayon {
# Enman is used to manage SCR repositories
package {
'enman':
ensure => installed,
catgeory => 'app-admin',
name => 'enman';
}
}