aboutsummaryrefslogtreecommitdiff
path: root/puppet/config/node/links.example.org.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/config/node/links.example.org.yaml')
-rw-r--r--puppet/config/node/links.example.org.yaml67
1 files changed, 67 insertions, 0 deletions
diff --git a/puppet/config/node/links.example.org.yaml b/puppet/config/node/links.example.org.yaml
new file mode 100644
index 0000000..449feff
--- /dev/null
+++ b/puppet/config/node/links.example.org.yaml
@@ -0,0 +1,67 @@
+---
+#
+# Nodo
+#
+nodo::role: 'web'
+
+#
+# Classes
+#
+classes:
+ - 'php'
+
+#
+# MySQL
+#
+mysql::server::implementation: 'mariadb-server'
+mysql::implementation: 'mariadb-client'
+
+#
+# Backup
+#
+nodo::subsystem::backup::localhost : false
+nodo::subsystem::backup::encryptkey : 'none'
+nodo::subsystem::backup::password : 'hackme'
+
+#
+# Websites
+#
+#websites::default_db : 'dbname'
+#websites::default_db::password : 'hackme'
+
+#
+# Apache
+#
+#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:
+ semanticscuttle:
+ docroot : '/srv/shared/www'
+ server_alias : '10.0.2.2'
+ allow_override : 'All'
+ owner : 'user'
+ group : 'user'
+ error_log : true
+ custom_log : true
+ custom_log_format : 'custom'
+ custom_directives : >
+ <Directory /srv/shared>
+ Options Indexes Includes FollowSymLinks MultiViews
+ AllowOverride All
+ Require all granted
+ </Directory>