Skip to content

Commit

Permalink
Make it all work.
Browse files Browse the repository at this point in the history
  • Loading branch information
akumria committed May 10, 2012
1 parent edabbe4 commit 2548f16
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
class nullmailer (
$package = $nullmailer::params::package,
$absentpackages = $nullmailer::params::absentpackages,
$service = $nullmailer::params::service,
$adminaddr = "root@$::domain",
$remoterelay = "smtp.$::domain",

) inherits nullmailer::params {

anchor {'nullmailer::start':}->
class {'nullmailer::package':}~>
class {'nullmailer::config':}~>
class {'nullmailer::service':}~>
anchor {'nullmailer::end':}

}

0 comments on commit 2548f16

Please sign in to comment.