summaryrefslogtreecommitdiff
path: root/puppet/modules/stunnel/manifests/linux.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/stunnel/manifests/linux.pp')
-rw-r--r--puppet/modules/stunnel/manifests/linux.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/modules/stunnel/manifests/linux.pp b/puppet/modules/stunnel/manifests/linux.pp
new file mode 100644
index 00000000..a4a926e4
--- /dev/null
+++ b/puppet/modules/stunnel/manifests/linux.pp
@@ -0,0 +1,6 @@
+class stunnel::linux inherits stunnel::base {
+
+ package { 'stunnel':
+ ensure => $stunnel::ensure_version
+ }
+}