]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Change defaults at box.example.org.yaml
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Oct 2017 11:53:18 +0000 (09:53 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Oct 2017 11:53:18 +0000 (09:53 -0200)
config/node/box.example.org.yaml

index 38ec3f24a6eaf370d0f33d6889c571834df060af..05fa48b60c30d4f48593ddbc6d452426bd44ea4d 100644 (file)
@@ -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'