diff options
-rw-r--r-- | manifests/site.pp | 2 | ||||
-rw-r--r-- | manifests/site/config.pp | 2 |
2 files changed, 2 insertions, 2 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', diff --git a/manifests/site/config.pp b/manifests/site/config.pp index 8e1f71b..ed641b1 100644 --- a/manifests/site/config.pp +++ b/manifests/site/config.pp @@ -1,6 +1,6 @@ define nginx::site::config( $ensure = present, - $source = 'file', + $source = 'template', $template = 'site', $backend = 'weblocal', ){ |