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