summaryrefslogtreecommitdiff
path: root/manifests/linux.pp
diff options
context:
space:
mode:
authorMichael Moll <kvedulv@kvedulv.de>2013-02-03 00:30:54 +0100
committerMichael Moll <kvedulv@kvedulv.de>2013-02-03 00:30:54 +0100
commit7743650cde95129b4ace3ca14082ae3e47d671b6 (patch)
tree3f4369f8d4e738f074d3cf849683fd5a356ee6e0 /manifests/linux.pp
parentef73d094dcd10d9c8729d6b29cefffe962a9e3f4 (diff)
style fixes
silence puppet-lint
Diffstat (limited to 'manifests/linux.pp')
-rw-r--r--manifests/linux.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/linux.pp b/manifests/linux.pp
index f071ada..8628ff5 100644
--- a/manifests/linux.pp
+++ b/manifests/linux.pp
@@ -1,5 +1,5 @@
class sshd::linux inherits sshd::base {
- package{openssh:
+ package{'openssh':
ensure => $sshd::ensure_version,
}
File[sshd_config]{