summaryrefslogtreecommitdiff
path: root/manifests/groups
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-10-20 20:51:36 +0000
committermh <mh@immerda.ch>2008-10-20 20:51:36 +0000
commitcb995bebc0eb713b7062f3590cf0cbb02f6366cb (patch)
tree6e1bd9907878da98c610c8317c28163c3866fb53 /manifests/groups
parentd6839221b86fc1dde6a355bb9c55c9a88855e90e (diff)
added define to manage sftponly users
Diffstat (limited to 'manifests/groups')
-rw-r--r--manifests/groups/sftponly.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/groups/sftponly.pp b/manifests/groups/sftponly.pp
new file mode 100644
index 0000000..f23a08c
--- /dev/null
+++ b/manifests/groups/sftponly.pp
@@ -0,0 +1,7 @@
+# manifests/groups/sftponly.pp
+
+class user::groups::sftponly {
+ group{'sftponly':
+ ensure => present,
+ }
+}