make puppet runs a little less noisy for testing
This commit is contained in:
6
Vagrantfile
vendored
6
Vagrantfile
vendored
@@ -135,13 +135,15 @@ Vagrant::Config.run do |config|
|
|||||||
puppet.manifests_path = 'manifests'
|
puppet.manifests_path = 'manifests'
|
||||||
puppet.manifest_file = "setup/#{os_name}.pp"
|
puppet.manifest_file = "setup/#{os_name}.pp"
|
||||||
puppet.module_path = 'modules'
|
puppet.module_path = 'modules'
|
||||||
puppet.options = ['--verbose', '--show_diff', "--certname=#{node_name}"]
|
#puppet.options = ['--verbose', '--show_diff', "--certname=#{node_name}"]
|
||||||
|
puppet.options = ["--certname=#{node_name}"]
|
||||||
end
|
end
|
||||||
agent.vm.provision :puppet do |puppet|
|
agent.vm.provision :puppet do |puppet|
|
||||||
puppet.manifests_path = 'manifests'
|
puppet.manifests_path = 'manifests'
|
||||||
puppet.manifest_file = 'site.pp'
|
puppet.manifest_file = 'site.pp'
|
||||||
puppet.module_path = 'modules'
|
puppet.module_path = 'modules'
|
||||||
puppet.options = ['--verbose', '--show_diff', "--certname=#{node_name}"]
|
#puppet.options = ['--verbose', '--show_diff', "--certname=#{node_name}"]
|
||||||
|
puppet.options = ["--certname=#{node_name}"]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
|
|
||||||
####### shared variables ##################
|
####### shared variables ##################
|
||||||
|
|
||||||
Exec {
|
#Exec {
|
||||||
logoutput => true,
|
# logoutput => true,
|
||||||
}
|
#}
|
||||||
|
|
||||||
# database config
|
# database config
|
||||||
$mysql_root_password = 'mysql_root_password'
|
$mysql_root_password = 'mysql_root_password'
|
||||||
|
|||||||
Reference in New Issue
Block a user