From 0b488591cadc239ecd1e6beebbc76da63baece2c Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 24 Feb 2010 20:16:43 +0100 Subject: refactoring - no behavior change - everything goes into its own file -> autolookup - order the params of the define nicer -> debugging! - move nagios stuff to the init class -> configure module at the very first point - move variable version enforcing to init class -> configure module at the very first point --- manifests/linux.pp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manifests/linux.pp (limited to 'manifests/linux.pp') 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 + } +} -- cgit v1.2.3