diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 15:32:05 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 15:32:05 -0200 |
commit | 5cfffa9e0560714015aeac1676c79ec0cd8df16d (patch) | |
tree | b881a32ffb92a058674c5aa8d9bf3b3fa4ea7296 /manifests | |
parent | 02bd20cf56353d4be16c2f7cb01aa73720f5c73a (diff) | |
download | puppet-nodo-5cfffa9e0560714015aeac1676c79ec0cd8df16d.tar.gz puppet-nodo-5cfffa9e0560714015aeac1676c79ec0cd8df16d.tar.bz2 |
Cleanup nodo::subsystem::media::groups
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystem/media/groups.pp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/subsystem/media/groups.pp b/manifests/subsystem/media/groups.pp index 3f6014f..5876250 100644 --- a/manifests/subsystem/media/groups.pp +++ b/manifests/subsystem/media/groups.pp @@ -1,12 +1,7 @@ class nodo::subsystem::media::groups { - group { 'incoming': - ensure => 'present', - } - user::manage { "incoming": password => '*', ensure => present, shell => '/bin/false', - require => Group['incoming'], } } |