Files
puppet-openstack/manifests/hosts.pp
Dan Bode b739538b33 Added vagrant testing specific files.
- Vagrantfile
- added vagrant deploy host specfics
2011-06-21 10:40:42 -07:00

9 lines
115 B
Puppet

Host { ensure => present }
host { 'puppetmaster':
ip => '172.20.0.10',
}
host { 'all':
ip => '172.20.0.11',
}