aboutsummaryrefslogtreecommitdiff
path: root/hiera/common.yaml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-04 13:24:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-04 13:24:39 -0300
commit846876934b55e68554f935cb5101cb866d2f1cd6 (patch)
tree5ed23fd73b6601346120841028ddce858c74ac66 /hiera/common.yaml
parent4c1bab861dba2f1d8bca76b5545729189a508f54 (diff)
downloadpuppet-bootstrap-846876934b55e68554f935cb5101cb866d2f1cd6.tar.gz
puppet-bootstrap-846876934b55e68554f935cb5101cb866d2f1cd6.tar.bz2
Move from config.pp to hiera
Diffstat (limited to 'hiera/common.yaml')
-rw-r--r--hiera/common.yaml14
1 files changed, 4 insertions, 10 deletions
diff --git a/hiera/common.yaml b/hiera/common.yaml
index e3fe862..d7e35a1 100644
--- a/hiera/common.yaml
+++ b/hiera/common.yaml
@@ -1,10 +1,5 @@
---
#
-# Boostrap
-#
-bootstrap::base_domain: 'vagrantup.com'
-
-#
# General
#
nodo::subsystem::apt::include_src: false
@@ -49,8 +44,7 @@ ntp::servers:
#
# Nameservers
#
-# OpenDNS:
-#
-#nodo::subsystem::resolver::nameservers:
-# - '208.67.222.222'
-# - '208.67.220.220'
+# OpenDNS
+nodo::subsystem::resolver::nameservers:
+ - '208.67.222.222'
+ - '208.67.220.220'