From 6601c382962824e7467fb00ea5a84894a901b937 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 1 Oct 2009 18:30:02 -0400 Subject: Revert "fix missing curly brace" -- this was actually correct This reverts commit d4fba70a51eeb253b0155f378ce7735df9479cd4. --- manifests/init.pp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 092697c..386bd77 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -263,10 +263,9 @@ class sshd::base { } class sshd::linux inherits sshd::base { - if $sshd_ensure_version == '' { $sshd_ensure_version = 'installed' } { - package {'openssh': - ensure => $sshd_ensure_version, - } + if $sshd_ensure_version == '' { $sshd_ensure_version = 'installed' } + package {'openssh': + ensure => $sshd_ensure_version, } File[sshd_config]{ require +> Package[openssh], -- cgit v1.2.3