* base role imports the base profile * updated profiles::base to work with debian family
6 lines
105 B
Puppet
6 lines
105 B
Puppet
# a role to deploy the base system
|
|
# work in progress
|
|
class roles::base {
|
|
include profiles::base
|
|
}
|