From 47b85529cbff7be111e7bae53ff56921a5e5db6c Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 26 Jul 2013 20:58:04 +0200 Subject: initial commit --- manifests/client.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/client.pp (limited to 'manifests/client.pp') diff --git a/manifests/client.pp b/manifests/client.pp new file mode 100644 index 0000000..324544c --- /dev/null +++ b/manifests/client.pp @@ -0,0 +1,5 @@ +class squid_deb_proxy::client { + package { 'squid-deb-proxy-client': + ensure => installed, + } +} -- cgit v1.2.3