6 lines
92 B
Puppet
6 lines
92 B
Puppet
notice('MODULAR: hosts.pp')
|
|
|
|
class { "l23network::hosts_file":
|
|
nodes => hiera('nodes'),
|
|
}
|