From afa676d3d97f0ac5a260e6ede1c933352a251ab7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 31 May 2016 15:07:42 -0300 Subject: Rename default box --- Vagrantfile | 2 +- config/node/box.example.org.yaml | 14 ++++++++++++++ config/node/puppet-bootstrap.example.org.yaml | 14 -------------- 3 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 config/node/box.example.org.yaml delete mode 100644 config/node/puppet-bootstrap.example.org.yaml diff --git a/Vagrantfile b/Vagrantfile index 9c85f99..a96d40c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,7 +6,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "jessie" # Hostname - config.vm.hostname = "puppet-bootstrap.example.org" + config.vm.hostname = "box.example.org" # Shell provisioner to setup basic environment. config.vm.provision :shell, :inline => "/vagrant/puppet/bin/provision" diff --git a/config/node/box.example.org.yaml b/config/node/box.example.org.yaml new file mode 100644 index 0000000..6197409 --- /dev/null +++ b/config/node/box.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' diff --git a/config/node/puppet-bootstrap.example.org.yaml b/config/node/puppet-bootstrap.example.org.yaml deleted file mode 100644 index 6197409..0000000 --- a/config/node/puppet-bootstrap.example.org.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -# -# 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