9 lines
115 B
Puppet
9 lines
115 B
Puppet
Host { ensure => present }
|
|
host { 'puppetmaster':
|
|
ip => '172.20.0.10',
|
|
}
|
|
host { 'all':
|
|
ip => '172.20.0.11',
|
|
}
|
|
|