diff options
author | Michael Moll <kvedulv@kvedulv.de> | 2013-02-03 00:30:54 +0100 |
---|---|---|
committer | Michael Moll <kvedulv@kvedulv.de> | 2013-02-03 00:30:54 +0100 |
commit | 7743650cde95129b4ace3ca14082ae3e47d671b6 (patch) | |
tree | 3f4369f8d4e738f074d3cf849683fd5a356ee6e0 /manifests/redhat.pp | |
parent | ef73d094dcd10d9c8729d6b29cefffe962a9e3f4 (diff) |
style fixes
silence puppet-lint
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', + } } |