summaryrefslogtreecommitdiff
path: root/manifests/linux.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/linux.pp')
-rw-r--r--manifests/linux.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/linux.pp b/manifests/linux.pp
new file mode 100644
index 0000000..800df37
--- /dev/null
+++ b/manifests/linux.pp
@@ -0,0 +1,7 @@
+class stunnel::linux inherits stunnel::base {
+
+ if $stunnel_ensure_version == '' { $stunnel_ensure_version = 'installed' }
+ package { 'stunnel':
+ ensure => $stunnel_ensure_version
+ }
+}