diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 3c6fc9b..daf3c9a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -22,6 +22,7 @@ class nginx inherits nginx::base { include ssl ssl::cert { "$::domain": + main => true, notify => Service['nginx'], } |