aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-28 09:53:18 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-10-28 09:53:18 -0200
commitcbc46096af7f7ee7402c5a22468953f2886385fe (patch)
tree5234b75d25b4d35c153491834f052bc702a9282c
parented423c83cbd19218feba6c5efefe7470fd5f8465 (diff)
downloadpuppet-bootstrap-cbc46096af7f7ee7402c5a22468953f2886385fe.tar.gz
puppet-bootstrap-cbc46096af7f7ee7402c5a22468953f2886385fe.tar.bz2
Change defaults at box.example.org.yaml
-rw-r--r--config/node/box.example.org.yaml38
1 files changed, 22 insertions, 16 deletions
diff --git a/config/node/box.example.org.yaml b/config/node/box.example.org.yaml
index 38ec3f2..05fa48b 100644
--- a/config/node/box.example.org.yaml
+++ b/config/node/box.example.org.yaml
@@ -23,25 +23,31 @@ mysql::server::rootpw: '9pRfteNbSFFyrHhackme'
#
nodo::subsystem::backup::localhost : false
nodo::subsystem::backup::encryptkey : 'none'
-nodo::subsystem::backup::password : 'hacked'
+nodo::subsystem::backup::password : 'hackme'
+
+#
+# Websites
+#
+#websites::default_db : 'dbname'
+#websites::default_db::password : 'hackme'
#
# Apache
#
-apache::default_folder : '/vagrant'
-apache::default_user : 'vagrant'
-apache::default_group : 'vagrant'
+#apache::default_folder : '/srv/kvmx'
+#apache::default_user : 'user'
+#apache::default_group : 'user'
# Manage your app
-apache::sites:
- myapp:
- docroot : "/vagrant/"
- server_alias : 'myapp vagrant localhost'
- use : [ "Site myapp" ]
- tag : 'all'
- owner : vagrant
- group : vagrant
- mpm_user : vagrant
- mpm_group : vagrant
- password : '$5$NZfZqcdyZ3Xt$.kfZejriEJP3fc6RU0gBGEzMPQ/c3XiowVImB6VDrtD'
- shell : '/bin/bash'
+#apache::sites:
+# myapp:
+# docroot : "/vagrant/"
+# server_alias : 'myapp vagrant localhost'
+# use : [ "Site myapp" ]
+# tag : 'all'
+# owner : vagrant
+# group : vagrant
+# mpm_user : vagrant
+# mpm_group : vagrant
+# password : '$5$NZfZqcdyZ3Xt$.kfZejriEJP3fc6RU0gBGEzMPQ/c3XiowVImB6VDrtD'
+# shell : '/bin/bash'