diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-04 20:06:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-04 20:06:39 -0300 |
commit | d57c61b5d165a4cfd80a4dd228034dd8ded30cb3 (patch) | |
tree | 1a3ad308f3cc215a027a0f6cb04907f97383a6bb /manifests | |
parent | 14b806694588c430f4e24ef955c09fe763c4dc5d (diff) | |
download | puppet-mail-d57c61b5d165a4cfd80a4dd228034dd8ded30cb3.tar.gz puppet-mail-d57c61b5d165a4cfd80a4dd228034dd8ded30cb3.tar.bz2 |
Fixing class name
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/gpg_mailgate.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/gpg_mailgate.pp b/manifests/gpg_mailgate.pp index f00bb62..eeaab4f 100644 --- a/manifests/gpg_mailgate.pp +++ b/manifests/gpg_mailgate.pp @@ -1,4 +1,4 @@ -class gpg_mailgate { +class mail::gpg_mailgate { group { "gpg_mailgate": ensure => present, allowdupe => false, |