control-repo/site/role/manifests/example.pp

7 lines
96 B
ObjectPascal
Raw Normal View History

class role::example {
2015-12-10 21:50:22 +00:00
# All roles should include the base profile
include profile::base
}