summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp6
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index e2f3f13..3caaeaa 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -1,11 +1,5 @@
# Base class
class nginx::base {
-
- $ssl = $nginx_ssl ? {
- false => false,
- default => true,
- }
-
# Setup packages
package { "nginx": ensure => installed, }