Skip to content

Commit

Permalink
Vagrant/Puppet: add file '/etc/icingaweb/modules/monitoring/config.ini'
Browse files Browse the repository at this point in the history
refs #6641
  • Loading branch information
Al2Klimov committed Aug 19, 2014
1 parent 3e079ef commit c6d4ab4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
@@ -0,0 +1,2 @@
[security]
protected_customvars = "*pw*,*pass*,community"
6 changes: 6 additions & 0 deletions .vagrant-puppet/manifests/default.pp
Expand Up @@ -735,6 +735,12 @@
group => 'apache',
}

file { '/etc/icingaweb/modules/monitoring/config.ini':
source => 'puppet:////vagrant/.vagrant-puppet/files/etc/icingaweb/modules/monitoring/config.ini',
owner => 'apache',
group => 'apache',
}

file { '/etc/icingaweb/modules/monitoring/instances.ini':
source => 'puppet:////vagrant/.vagrant-puppet/files/etc/icingaweb/modules/monitoring/instances.ini',
owner => 'apache',
Expand Down
2 changes: 2 additions & 0 deletions config/modules/monitoring/config.ini
@@ -0,0 +1,2 @@
[security]
protected_customvars = "*pw*,*pass*,community"

0 comments on commit c6d4ab4

Please sign in to comment.