From: Frank Brehm Date: Tue, 21 Aug 2018 12:37:13 +0000 (+0200) Subject: Adding /opt/puppetlabs/puppet/bin/puppet to sudo commands for apache on puppetmasters X-Git-Tag: v0.1.0~331 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=10da26387f164a38c9ca915aa126f56feed9e4a0;p=pixelpark%2Fhiera.git Adding /opt/puppetlabs/puppet/bin/puppet to sudo commands for apache on puppetmasters --- diff --git a/customer/pixelpark-puppet/puppetmaster01.pixelpark.com.yaml b/customer/pixelpark-puppet/puppetmaster01.pixelpark.com.yaml index a5017543..c19dd971 100644 --- a/customer/pixelpark-puppet/puppetmaster01.pixelpark.com.yaml +++ b/customer/pixelpark-puppet/puppetmaster01.pixelpark.com.yaml @@ -12,7 +12,7 @@ sudo::configs: deploy: priority: "06" content: | - apache ALL=(ALL) NOPASSWD: /bin/git, /opt/puppetlabs/puppet/bin/r10k, /bin/touch, /usr/bin/curl, /opt/puppetlabs/puppet/bin/curl + apache ALL=(ALL) NOPASSWD: /bin/git, /opt/puppetlabs/puppet/bin/puppet, /opt/puppetlabs/puppet/bin/r10k, /bin/touch, /usr/bin/curl, /opt/puppetlabs/puppet/bin/curl infra::profile::apache::pp_vhosts: gitdeploy: diff --git a/customer/pixelpark-puppet/puppetmaster02.pixelpark.com.yaml b/customer/pixelpark-puppet/puppetmaster02.pixelpark.com.yaml index c4337e34..44daad76 100644 --- a/customer/pixelpark-puppet/puppetmaster02.pixelpark.com.yaml +++ b/customer/pixelpark-puppet/puppetmaster02.pixelpark.com.yaml @@ -8,7 +8,7 @@ sudo::configs: deploy: priority: "06" content: | - apache ALL=(ALL) NOPASSWD: /bin/git, /opt/puppetlabs/puppet/bin/r10k, /bin/touch, /usr/bin/curl, /opt/puppetlabs/puppet/bin/curl + apache ALL=(ALL) NOPASSWD: /bin/git, /opt/puppetlabs/puppet/bin/puppet, /opt/puppetlabs/puppet/bin/r10k, /bin/touch, /usr/bin/curl, /opt/puppetlabs/puppet/bin/curl infra::profile::apache::pp_vhosts: gitdeploy: