aboutsummaryrefslogtreecommitdiff
path: root/config/node
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-22 13:46:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-22 13:46:16 -0300
commitb75d0f3603fef2c76c546bde6e0060411b4c19c9 (patch)
tree8c7da43fbd36dbbd7ace836cbe1a70655e00c5a3 /config/node
parentae7cfbde32756de78f7d29d94e597483a54b75ce (diff)
downloadpuppet-bootstrap-b75d0f3603fef2c76c546bde6e0060411b4c19c9.tar.gz
puppet-bootstrap-b75d0f3603fef2c76c546bde6e0060411b4c19c9.tar.bz2
Rename 'hiera' to 'config'
Diffstat (limited to 'config/node')
-rw-r--r--config/node/puppet-bootstrap.example.org.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/node/puppet-bootstrap.example.org.yaml b/config/node/puppet-bootstrap.example.org.yaml
new file mode 100644
index 0000000..c108e7d
--- /dev/null
+++ b/config/node/puppet-bootstrap.example.org.yaml
@@ -0,0 +1,14 @@
+---
+#
+# MySQL
+#
+# The following password is public information and therefore
+# shall not be user on production.
+mysql::server::rootpw: '9pRfteNbSFFyrHhackme'
+
+#
+# Backup
+#
+nodo::subsystem::backup::localhost: false
+nodo::subsystem::backup::encryptkey: 'none'
+nodo::subsystem::backup::password: 'hacked'