7 lines
147 B
Puppet
7 lines
147 B
Puppet
# A 'base' profile should include component modules that will be on all nodes
|
|
# of a particular operating system.
|
|
|
|
class profile::base::linux {
|
|
|
|
}
|