]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
fix lint for pixelpark-dns
authorRobert Waffen <robert.waffen@pixelpark.com>
Fri, 14 Sep 2018 15:06:12 +0000 (17:06 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Mon, 17 Sep 2018 08:17:39 +0000 (10:17 +0200)
14 files changed:
customer/pixelpark-dns/common.yaml
customer/pixelpark-dns/development.yaml
customer/pixelpark-dns/dnsmaster.pp-dns.com.yaml
customer/pixelpark-dns/ns1-local.pixelpark.com.yaml
customer/pixelpark-dns/ns1.pp-dns.com.yaml
customer/pixelpark-dns/ns2-local.pixelpark.com.yaml
customer/pixelpark-dns/ns2.pp-dns.com.yaml
customer/pixelpark-dns/ns3-local.pixelpark.com.yaml
customer/pixelpark-dns/ns3.pp-dns.com.yaml
customer/pixelpark-dns/ns4.pp-dns.com.yaml
customer/pixelpark-dns/production.yaml
customer/pixelpark-dns/test-dnsmaster.pixelpark.com.yaml
customer/pixelpark-dns/test-dnsslave.pixelpark.com.yaml
customer/pixelpark-dns/test.yaml

index 7bd28d2006c861a3815eca5a324a6fab0f752578..96c6e1054bb1a5dc37039fca58dd8e217210cb31 100644 (file)
@@ -36,7 +36,6 @@ infra::profile::logrotate::rules:
     dateformat: '-%Y-%m-%d'
     compress: true
     delaycompress: true
-    missingok: true
     sharedscripts: true
     postrotate: '/usr/sbin/rndc reload >/dev/null'
   named_run:
index 4da97a85e59976197e1db62e18b6fe674416b054..c37aa4d18e79a0c4309b711d54e352a2118464ce 100644 (file)
@@ -1,8 +1,8 @@
 ---
 
-#infra::additional_classes:
-#  - rsyslog::client
-#  - infra::profile::logrotate
-#  - resolv_conf
+# infra::additional_classes:
+#   - rsyslog::client
+#   - infra::profile::logrotate
+#   - resolv_conf
 
 # vim: et list
index 86ef8171e59fa25bd55dfa2a7f4cf35126681303..1f86596d2a61bd6618360a4d3807a7609ad87a65 100644 (file)
@@ -1,6 +1,6 @@
 ---
 infra::additional_classes:
-  #- infra::profile::apache
+  # - infra::profile::apache
   - rsyslog::client
   - infra::profile::logrotate
 
@@ -33,7 +33,7 @@ apache::default_vhost: false
 infra::profile::apache::htdigest:
   systemshare:
     www: ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEwDQYJKoZIhvcNAQEBBQAEggEAqWJier/Gt5EAM6527A6wFgWYaRDYrCDhztdTqDVMTenBy5S+j8zY06gitODRxCEr3CbsBxx8GK5Fh66FY67Z6frJG0hJQK8qII2BuXJX5/Fj9OjmAjIqov8Rt7AK3toxNQxDt1ylgIFst6CVSNNLcLlRvqJwrRT30/9nRmVtUv9tnSH4m+QxQEG3n4ZthHhgx1zfJ+7Qcn0NNX55uE9XvG6ffAUYRdZm2N8Z7dTDTgNAen3WZFW3RbhmbgNZY4htkpyyK6Oppv1rGq6koLwZPuS4q11hgG6icvWjzqSbEDJHWl3lDk6cNdkepAv6kPXHC397fr3VgUMLt7/Yc+YhKDA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBApDAfgAJhCxDLLan6o8dgagBBEVotAvr+dD43/wSXg1GjP]
-#test
+# test
 infra::profile::apache::pp_vhosts:
   systemshare.pixelpark.com:
     docroot: '/var/www/dns-ui/public_html/'
index 0cef1513a3aab6c258a055f19c7b70c3ee471515..e787b18c20232407703d3b949a5be86669b2f082 100644 (file)
@@ -1,11 +1,11 @@
 ---
-#infra::role: base
+# infra::role: base
 infra::additional_classes:
   - bind
 #  - logstash
 
 # Necessary, because the host has a local caching only DNS resolver
-#puppetconf::server: puppetmaster01.pixelpark.com
+# puppetconf::server: puppetmaster01.pixelpark.com
 
 bind::local_recursor: true
 
@@ -15,4 +15,3 @@ resolv_conf::nameservers:
   - '127.0.0.1'
   - '212.91.225.75'
   - '93.188.109.13'
-
index 02b5d85b0d6fdc1b7505ca3f5e7d3aee57305b9f..519910a42e57424abab7163afa70560b686ea777 100644 (file)
@@ -1,7 +1,6 @@
 ---
-#infra::role: base
+# infra::role: base
 infra::additional_classes:
   - bind
 
-#bind::local_recursor: true
-
+# bind::local_recursor: true
index 13629efd576e13884ae33da5fcf19d54fc135bd6..6ff9898ea9d4f6a5d435fc99015dab5db81fac85 100644 (file)
@@ -1,11 +1,11 @@
 ---
-#infra::role: base
+# infra::role: base
 infra::additional_classes:
   - bind
 #  - logstash
 
 # Necessary, because the host has a local caching only DNS resolver
-#puppetconf::server: puppetmaster01.pixelpark.com
+# puppetconf::server: puppetmaster01.pixelpark.com
 
 bind::local_recursor: true
 
@@ -15,4 +15,3 @@ resolv_conf::nameservers:
   - '127.0.0.1'
   - '217.66.52.10'
   - '93.188.109.13'
-
index 071021b99c930f17bf6d87f46e687e8b2b4959de..2e6197ef88885718f8eba9bf3ec79dda79b1ca86 100644 (file)
@@ -24,7 +24,7 @@ repo::redhat::centos::extra_baseurl: absent
 rsyslog::client::log_remote: false
 rsyslog::client::server: ~
 
-#bind::local_recursor: true
+# bind::local_recursor: true
 
 bind::deploy::listen_on_v6: true
 
@@ -33,4 +33,3 @@ resolv_conf::nameservers:
   - 10.55.0.2
   - 8.8.8.8
 resolv_conf::options: ~
-
index 36fd62bae92c4ef309205abd13c6148b8658bbb9..fe7ce8aa136903c5c543b2c02d2548c8b00f2aa1 100644 (file)
@@ -1,11 +1,11 @@
 ---
-#infra::role: base
+# infra::role: base
 infra::additional_classes:
   - bind
 #  - logstash
 
 # Necessary, because the host has a local caching only DNS resolver
-#puppetconf::server: puppetmaster01.pixelpark.com
+# puppetconf::server: puppetmaster01.pixelpark.com
 
 bind::local_recursor: true
 
@@ -15,4 +15,3 @@ resolv_conf::nameservers:
   - '127.0.0.1'
   - '217.66.52.10'
   - '212.91.225.75'
-
index 3c857e7f62a4a069532d0d12c8cec9c942bc6b60..0cffa23690032eb7a067267b8c9bf5bff3e69522 100644 (file)
@@ -24,7 +24,7 @@ repo::redhat::centos::extra_baseurl: absent
 rsyslog::client::log_remote: false
 rsyslog::client::server: ~
 
-#bind::local_recursor: true
+# bind::local_recursor: true
 
 bind::deploy::listen_on_v6: true
 
@@ -33,4 +33,3 @@ resolv_conf::nameservers:
   - 10.56.0.2
   - 8.8.8.8
 resolv_conf::options: ~
-
index 02b5d85b0d6fdc1b7505ca3f5e7d3aee57305b9f..519910a42e57424abab7163afa70560b686ea777 100644 (file)
@@ -1,7 +1,6 @@
 ---
-#infra::role: base
+# infra::role: base
 infra::additional_classes:
   - bind
 
-#bind::local_recursor: true
-
+# bind::local_recursor: true
index 4fe3cc406188d4524f129685855950841b37745a..d203fdc29c68158f515c501ba77c5a5b4ac028d3 100644 (file)
@@ -1,4 +1,3 @@
 ---
 
 # vim: et list
-
index d4130a4cb26556c489e0f6fabb72fd576f43dc8d..a3be59d3e5b8d40fcc5019fb20d78223c6994395 100644 (file)
@@ -1,7 +1,7 @@
 ---
 infra::role: base
 infra::additional_classes:
-  #- infra::profile::apache
+  # - infra::profile::apache
   - rsyslog::client
   - infra::profile::logrotate
 
@@ -11,5 +11,3 @@ resolv_conf::nameservers:
   - '217.66.52.10'
   - '93.188.109.13'
   - '212.91.225.75'
-
-
index 9648b043a2c5dcdfaef42971ff8d6002fac763bd..ec943e882b9ec48e419b0a3b36c961eba3555b9e 100644 (file)
@@ -1,18 +1,16 @@
 ---
 infra::role: base
-#infra::additional_classes:
-#  - bind
+# infra::additional_classes:
+#   - bind
 
 # Necessary, because the host has a local caching only DNS resolver
-#puppetconf::server: puppetmaster01.pixelpark.com
+# puppetconf::server: puppetmaster01.pixelpark.com
 
 bind::local_recursor: true
 
 bind::deploy::environment: 'local'
 
-#resolv_conf::nameservers:
-#  - '127.0.0.1'
-#  - '212.91.225.75'
-#  - '93.188.109.13'
-
-
+# resolv_conf::nameservers:
+#   - '127.0.0.1'
+#   - '212.91.225.75'
+#   - '93.188.109.13'
index 4da97a85e59976197e1db62e18b6fe674416b054..c37aa4d18e79a0c4309b711d54e352a2118464ce 100644 (file)
@@ -1,8 +1,8 @@
 ---
 
-#infra::additional_classes:
-#  - rsyslog::client
-#  - infra::profile::logrotate
-#  - resolv_conf
+# infra::additional_classes:
+#   - rsyslog::client
+#   - infra::profile::logrotate
+#   - resolv_conf
 
 # vim: et list