From 823e83dfb47af1d023f5e4ca46078bbc4df72006 Mon Sep 17 00:00:00 2001 From: Micah Date: Tue, 24 May 2016 10:19:22 -0400 Subject: Squashed 'puppet/modules/sshd/' content from commit 76f4f87 git-subtree-dir: puppet/modules/sshd git-subtree-split: 76f4f872f81209a52df2205fd88b5619df58f003 --- manifests/linux.pp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 manifests/linux.pp (limited to 'manifests/linux.pp') diff --git a/manifests/linux.pp b/manifests/linux.pp new file mode 100644 index 00000000..8628ff5e --- /dev/null +++ b/manifests/linux.pp @@ -0,0 +1,8 @@ +class sshd::linux inherits sshd::base { + package{'openssh': + ensure => $sshd::ensure_version, + } + File[sshd_config]{ + require +> Package[openssh], + } +} -- cgit v1.2.3