--- /dev/null
+---
+infra::additional_classes:
+ #- infra::profile::apache
+ - rsyslog::client
+ - infra::profile::logrotate
+
+#####################################################
+# Options for /etc/resolv.conf
+resolv_conf::nameservers:
+ - '217.66.52.10'
+ - '212.91.225.75'
+ - '93.188.109.13'
+
+
--- /dev/null
+---
+#infra::role: base
+#infra::additional_classes:
+# - bind
+
+# Necessary, because the host has a local caching only DNS resolver
+#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'
+
+