summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorTomas Barton <barton.tomas@gmail.com>2014-01-26 09:36:35 +0100
committerTomas Barton <barton.tomas@gmail.com>2014-01-26 18:26:34 +0100
commit78f1ff00d09d0ebf8f132e70444b9bcf030b6711 (patch)
treecc4ef1f3b2758b6097dbb66720a86d02b703476b /manifests
parentaee6885940cad29ff4ab7437e89c394bc1c19a46 (diff)
replaces shared-lsb by puppetlabs/stdlib
Diffstat (limited to 'manifests')
-rw-r--r--manifests/debian.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index ced5db7..baacbba 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -1,7 +1,9 @@
class sshd::debian inherits sshd::linux {
# the templates for Debian need lsbdistcodename
- require lsb
+ ensure_resource('package', 'lsb-release', {'ensure' => 'present' })
+ #requires stdlib >= 3.2
+ #ensure_packages(['lsb-release'])
Package[openssh]{
name => 'openssh-server',