From b75d0f3603fef2c76c546bde6e0060411b4c19c9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 Mar 2016 13:46:16 -0300 Subject: Rename 'hiera' to 'config' --- config/node/puppet-bootstrap.example.org.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/node/puppet-bootstrap.example.org.yaml (limited to 'config/node/puppet-bootstrap.example.org.yaml') 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' -- cgit v1.2.3