fuel-plugin-manila/deployment_scripts/puppet/manifests/master2.pp
Igor Gajsin 9c28d305c7 move generation of passwords and ssh keys to master node
Change-Id: If22761b75ed18fb95af6f43c54a7a1d50e8c109a
2016-08-17 15:12:37 +03:00

7 lines
131 B
Puppet

notify {'MODULAR: fuel-plugin-manila/master2': }
file {'/tmp/manila_master2':
ensure => file,
content => 'I am the file2',
}