summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-17 15:31:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-17 15:31:45 -0300
commit79658fbaa4f35fe4cdc44e0772a503abeb188dfb (patch)
tree3eb58eacf6c62bb7a11a254b6cac3a6f855d96c6 /manifests/init.pp
parent683dbde79850db946078624cf8a07ec2c954701b (diff)
downloadpuppet-nginx-79658fbaa4f35fe4cdc44e0772a503abeb188dfb.tar.gz
puppet-nginx-79658fbaa4f35fe4cdc44e0772a503abeb188dfb.tar.bz2
Adds site templates
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp9
1 files changed, 5 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a17f847..d1966d8 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -21,10 +21,11 @@ class nginx inherits nginx::base {
# Default site
nginx::site { "default":
- ensure => present,
- ssl => absent,
- source => 'template',
- certbot => false,
+ ensure => present,
+ ssl => absent,
+ source => 'template',
+ template => 'default',
+ certbot => false,
}
# Domain site