From 5e20e07d1fead39375f656a2b0091e17fe14d95b Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 29 Sep 2009 19:53:04 +0200 Subject: factor everything into its own file --- manifests/client/linux.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/client/linux.pp (limited to 'manifests/client/linux.pp') diff --git a/manifests/client/linux.pp b/manifests/client/linux.pp new file mode 100644 index 0000000..522fa50 --- /dev/null +++ b/manifests/client/linux.pp @@ -0,0 +1,5 @@ +class sshd::client::linux inherits sshd::client::base { + package {'openssh-clients': + ensure => installed, + } +} -- cgit v1.2.3