From: Andreas Gerstenberg Date: Mon, 7 May 2018 14:05:15 +0000 (+0200) Subject: mbvd-leasing-pro some dir fixes X-Git-Tag: v0.1.0~1089 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=16217c86ad5aacb98b2ffe0d5c3300c548f83810;p=pixelpark%2Fhiera.git mbvd-leasing-pro some dir fixes --- diff --git a/customer/mbvd-leasing-pro/common.yaml b/customer/mbvd-leasing-pro/common.yaml index 7024392c..92b9eb5a 100644 --- a/customer/mbvd-leasing-pro/common.yaml +++ b/customer/mbvd-leasing-pro/common.yaml @@ -48,15 +48,4 @@ sudo::configs: deploy.hamburg ALL=(apache) NOPASSWD: ALL deploy.hamburg ALL=(leasing) NOPASSWD: ALL -#infra::additional_files: -# '/var/www': -# ensure: 'directory' -# owner: apache -# group: apache -# mode: '0775' -# '/var/www/leasing': -# ensure: 'directory' -# owner: apache -# group: leasing -# mode: '0775' diff --git a/customer/mbvd-leasing-pro/stage-web-leasing-pro-mb-de.pixelpark.net.yaml b/customer/mbvd-leasing-pro/stage-web-leasing-pro-mb-de.pixelpark.net.yaml index 973f35a7..fcea2e93 100644 --- a/customer/mbvd-leasing-pro/stage-web-leasing-pro-mb-de.pixelpark.net.yaml +++ b/customer/mbvd-leasing-pro/stage-web-leasing-pro-mb-de.pixelpark.net.yaml @@ -40,3 +40,15 @@ infra::profile::ruby_passenger::projects: auth_digest_algorithm: MD5 auth_user_file: '/etc/httpd/htdigest' auth_require: 'valid-user' + +infra::additional_files: + '/var/www': + ensure: 'directory' + owner: apache + group: apache + mode: '0775' + '/var/www/leasing': + ensure: 'directory' + owner: apache + group: leasing + mode: '0775' \ No newline at end of file diff --git a/customer/mbvd-leasing-pro/web-leasing-pro-mb-de.pixelpark.net.yaml b/customer/mbvd-leasing-pro/web-leasing-pro-mb-de.pixelpark.net.yaml index 684564e7..a98d79be 100644 --- a/customer/mbvd-leasing-pro/web-leasing-pro-mb-de.pixelpark.net.yaml +++ b/customer/mbvd-leasing-pro/web-leasing-pro-mb-de.pixelpark.net.yaml @@ -41,3 +41,15 @@ infra::profile::ruby_passenger::projects: auth_digest_algorithm: MD5 auth_user_file: '/etc/httpd/htdigest' auth_require: 'valid-user' + +infra::additional_files: + '/var/www': + ensure: 'directory' + owner: apache + group: apache + mode: '0775' + '/var/www/leasing': + ensure: 'directory' + owner: apache + group: leasing + mode: '0775' \ No newline at end of file