diff options
Diffstat (limited to 'manifests/redhat.pp')
| -rw-r--r-- | manifests/redhat.pp | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/manifests/redhat.pp b/manifests/redhat.pp index e9bf1d1..d720177 100644 --- a/manifests/redhat.pp +++ b/manifests/redhat.pp @@ -1,5 +1,5 @@ -class sshd::redhat inherits sshd::linux {  -    Package[openssh]{  -        name => 'openssh-server',  -    }  +class sshd::redhat inherits sshd::linux { +    Package[openssh]{ +        name => 'openssh-server', +    }  } | 
