summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-04 20:06:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-04 20:06:39 -0300
commitd57c61b5d165a4cfd80a4dd228034dd8ded30cb3 (patch)
tree1a3ad308f3cc215a027a0f6cb04907f97383a6bb
parent14b806694588c430f4e24ef955c09fe763c4dc5d (diff)
downloadpuppet-mail-d57c61b5d165a4cfd80a4dd228034dd8ded30cb3.tar.gz
puppet-mail-d57c61b5d165a4cfd80a4dd228034dd8ded30cb3.tar.bz2
Fixing class name
-rw-r--r--manifests/gpg_mailgate.pp2
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,