summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
new file mode 100644
index 0000000..3273f4b
--- /dev/null
+++ b/manifests/client.pp
@@ -0,0 +1,7 @@
+# manifests/client.pp
+
+class rsync::client {
+ package{'rsync':
+ ensure => installed,
+ }
+}