summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-07-26 20:58:04 +0200
committervarac <varacanero@zeromail.org>2013-07-26 20:58:04 +0200
commit47b85529cbff7be111e7bae53ff56921a5e5db6c (patch)
treebe590f004dbbed69e57ee2378ac831eaf361a7b5 /manifests/client.pp
initial commit
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp5
1 files changed, 5 insertions, 0 deletions
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,
+ }
+}