]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Base class rename
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Aug 2010 03:14:04 +0000 (00:14 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Aug 2010 03:14:04 +0000 (00:14 -0300)
manifests/system.pp [moved from manifests/mail.pp with 98% similarity]

similarity index 98%
rename from manifests/mail.pp
rename to manifests/system.pp
index 473a1f6323e2d7a316b2478e52e6b65a63d153a7..8194bea295253ff9941f43f426be5b2914093143 100644 (file)
@@ -1,4 +1,4 @@
-class mail {
+class mail::system {
   $postfix_smtp_listen   = "all"
   $postfix_use_amavisd   = "yes"
   $postfix_mydestination = '$myhostname, $mydomain, localhost.$mydomain, localhost'