summaryrefslogtreecommitdiff
path: root/manifests/site.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/site.pp')
-rw-r--r--manifests/site.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index 7377f18..e929501 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1,7 +1,7 @@
define nginx::site(
$ensure = present,
$ssl = present,
- $source = 'file',
+ $source = 'template',
$certbot = true
$template = 'site',
$backend = 'weblocal',