]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
lbs - red02/www02 entfernt, siehe GRIDPARK-5136
authorThomas Dalichow <thomas.dalichow@publicispixelpark.de>
Mon, 13 Nov 2017 13:24:52 +0000 (14:24 +0100)
committerThomas Dalichow <thomas.dalichow@publicispixelpark.de>
Mon, 13 Nov 2017 13:24:52 +0000 (14:24 +0100)
customer/lbs/dev-red02-lbs-de.pixelpark.net.yaml [deleted file]
customer/lbs/dev-www02-lbs-de.pixelpark.net.yaml [deleted file]

diff --git a/customer/lbs/dev-red02-lbs-de.pixelpark.net.yaml b/customer/lbs/dev-red02-lbs-de.pixelpark.net.yaml
deleted file mode 100644 (file)
index f2500ac..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
----
-infra::role: base
-infra::additional_classes:
-  - sudo::configs
-  - infra::profile::apache
-  - apache::mod::proxy_ajp
-
-accounts::params::use_www_tree: false
-
-sudo::configs:
-  "FS5-sudo":
-    priority: 20
-    content: "%fs5 ALL=(ALL) NOPASSWD: /usr/bin/systemctl * fs5.service"
-
-accounts::users:
-  dominic.radtke:
-    apply: true
-    group: "fs5"
-  stephan.kopf:
-    apply: true
-    group: "fs5"
-  florian.schade:
-    apply: true
-    group: "fs5"
-  ines.jaehnichen:
-    apply: true
-    group: "fs5"
-  annika.wenzel:
-    apply: true
-    group: "fs5"
-  matthias.otto:
-    apply: true
-    group: "fs5"
-  daniel.spierling:
-    apply: true
-    group: "fs5"
-  ines.jaehnichen:
-    apply: true
-    group: "fs5"
-
-apache::default_vhost: false
-
-
-infra::profile::apache::vhosts:
-  dev-red02-lbs-de:
-    docroot: /var/www/html/dev-red-lbs
-    servername: dev-red02-lbs-de.pixelpark.net
-    port: 80
-    ip: 217.66.55.60
-    docroot_owner: root
-    docroot_group: root
-    proxy_preserve_host: On
-    proxy_pass:
-      - { path: /server-status, url: '!' }
-      - { path: /server-info, url: '!' }
-      - { path: /, url: 'http://localhost:8000/' }
-  dev-red02-lbs-de_ssl:
-    docroot: /var/www/html/dev-red-lbs
-    servername: dev-red02-lbs-de.pixelpark.net
-    port: 443
-    ssl: true
-    ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem'
-    ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.net-key.pem'
-    ssl_ca: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem'
-    ip: 217.66.55.60
-    docroot_owner: root
-    docroot_group: root
-    proxy_preserve_host: On
-    proxy_pass:
-      - { path: /server-status, url: '!' }
-      - { path: /server-info, url: '!' }
-      - { path: /, url: 'http://localhost:8000/' }
-    
diff --git a/customer/lbs/dev-www02-lbs-de.pixelpark.net.yaml b/customer/lbs/dev-www02-lbs-de.pixelpark.net.yaml
deleted file mode 100644 (file)
index d5b97f2..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
----
-infra::role: base
-infra::additional_classes:
-  - sudo::configs
-infra::additional_packages:
-  python-httplib2: {}
-
-accounts::params::use_www_tree: false
-
-sudo::configs:
-  "FS5-sudo":
-    priority: 20
-    content: "%fs5 ALL=(ALL) NOPASSWD: /usr/bin/systemctl * tomcat.service"
-
-accounts::users:
-  dominic.radtke:
-    apply: true
-    group: "tomcat"
-    groups:
-      - "fs5"
-  stephan.kopf:
-    apply: true
-    group: "tomcat"
-    groups:
-      - "fs5"
-  florian.schade:
-    apply: true
-    group: "tomcat"
-    groups:
-      - "fs5"
-  ines.jaehnichen:
-    apply: true
-    group: "tomcat"
-    groups:
-      - "fs5"
-  annika.wenzel:
-    apply: true
-    group: "fs5"
-  matthias.otto:
-    apply: true
-    group: "tomcat"
-    groups:
-      - "fs5"
-  deploy.vogel:
-    apply: true
-    sudo: true
-    group: "tomcat"
-    groups:
-      - "fs5"
-  daniel.spierling:
-    apply: true
-    group: "tomcat"
-    groups:
-      - "fs5"
-  ines.jaehnichen:
-    apply: true
-    group: "fs5"