]> gitweb.fluxo.info Git - puppet-postfix.git/commit
put classes and defines in the proper place
authormh <mh@immerda.ch>
Thu, 16 Feb 2012 15:51:56 +0000 (16:51 +0100)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 7 Apr 2012 16:56:47 +0000 (13:56 -0300)
commit59010a1c304801db6423f67d656399478fc603f0
tree2ff29f6c26451f2dd62f53a3a5abb5b09bef7ab4
parent462db65ec48b6398c9a04a88cc4c197eb73f34fa
put classes and defines in the proper place

To take advantage of puppet's autoloading feature, which will be
mandatory sooner or later. We move all the files in their appropriate
place.
16 files changed:
manifests/amavis.pp [moved from manifests/classes/postfix-amavis.pp with 100% similarity]
manifests/anonsasl.pp [moved from manifests/classes/postfix-anonsasl.pp with 100% similarity]
manifests/classes/postfix.pp [deleted file]
manifests/config.pp [moved from manifests/definitions/config.pp with 100% similarity]
manifests/hash.pp [moved from manifests/definitions/hash.pp with 100% similarity]
manifests/header_checks.pp [moved from manifests/classes/postfix-header_checks.pp with 100% similarity]
manifests/header_checks_snippet.pp [moved from manifests/definitions/header_checks_snippet.pp with 100% similarity]
manifests/init.pp
manifests/mailalias.pp [moved from manifests/definitions/mailalias.pp with 100% similarity]
manifests/mailman.pp [moved from manifests/classes/postfix-mailman.pp with 100% similarity]
manifests/mta.pp [moved from manifests/classes/postfix-mta.pp with 100% similarity]
manifests/satellite.pp [moved from manifests/classes/postfix-satellite.pp with 100% similarity]
manifests/tlspolicy.pp [moved from manifests/classes/postfix-tlspolicy.pp with 100% similarity]
manifests/tlspolicy_snippet.pp [moved from manifests/definitions/tlspolicy_snippet.pp with 100% similarity]
manifests/transport.pp [moved from manifests/definitions/transport.pp with 100% similarity]
manifests/virtual.pp [moved from manifests/definitions/virtual.pp with 100% similarity]