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.manifest_file = "setup/#{os_name}.pp"
|
||||
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
|
||||
agent.vm.provision :puppet do |puppet|
|
||||
puppet.manifests_path = 'manifests'
|
||||
puppet.manifest_file = 'site.pp'
|
||||
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
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
|
||||
####### shared variables ##################
|
||||
|
||||
Exec {
|
||||
logoutput => true,
|
||||
}
|
||||
#Exec {
|
||||
# logoutput => true,
|
||||
#}
|
||||
|
||||
# database config
|
||||
$mysql_root_password = 'mysql_root_password'
|
||||
|
||||
Reference in New Issue
Block a user