summaryrefslogtreecommitdiff
path: root/manifests/groups/sftponly.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-05 22:45:46 +0200
committermh <mh@immerda.ch>2012-06-05 22:45:46 +0200
commit8cc313a49dfc03c7d915115d2e4286e1534a4dfd (patch)
tree49486d0ba71ad49497dd3adcf78e62fdc7b6a2db /manifests/groups/sftponly.pp
parent8a4f8f5d0f349138b1c0a96b3321c6bfc9ad5a29 (diff)
new style for 2.7
Diffstat (limited to 'manifests/groups/sftponly.pp')
-rw-r--r--manifests/groups/sftponly.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/groups/sftponly.pp b/manifests/groups/sftponly.pp
index f578803..e427443 100644
--- a/manifests/groups/sftponly.pp
+++ b/manifests/groups/sftponly.pp
@@ -1,8 +1,8 @@
# manifests/groups/sftponly.pp
class user::groups::sftponly {
- group{'sftponly':
- ensure => present,
- gid => 10000,
- }
+ group{'sftponly':
+ ensure => present,
+ gid => 10000,
+ }
}