From 9a5f69a671a0ad841d9914293efbdcef0e1b75bf Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 1 Oct 2020 17:30:24 -0300 Subject: Feat: dev environment using kvmx and puppet --- puppet/config/secrets/node/links.example.org.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 puppet/config/secrets/node/links.example.org.yaml (limited to 'puppet/config/secrets') diff --git a/puppet/config/secrets/node/links.example.org.yaml b/puppet/config/secrets/node/links.example.org.yaml new file mode 100644 index 0000000..182dd01 --- /dev/null +++ b/puppet/config/secrets/node/links.example.org.yaml @@ -0,0 +1,10 @@ +# +# MySQL +# +# The following password is public information and therefore +# shall not be user on production. +mysql::server::rootpw: 'k8tKW9Y14Tr6xoqRDJbMzt1hackme' + +database::instances: + semanticscuttle: + password: 'LLIX7nN9t7ymhackme' -- cgit v1.2.3