Skip to content

Commit

Permalink
Merge pull request #46 from seanscottking/add_postfix_module
Browse files Browse the repository at this point in the history
Add postfix module
  • Loading branch information
Sean S. King committed Feb 24, 2016
2 parents 7175daf + 29f1718 commit 1ce6b5e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,8 @@ mod 'puppet',

mod 'mkdir',
:git => 'https://github.com/flypenguin/puppet-mkdir.git',
:ref => 'v1.0.3'
:ref => 'v1.0.3'

mod 'postfix',
:git => 'https://github.com/jlambert121/jlambert121-postfix.git',
:ref => '0.9.0'
1 change: 1 addition & 0 deletions site/profile/manifests/base.pp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
include profile::base::access_and_sudoers
include profile::base::nrpe
include profile::base::logrotate
include profile::base::postfix
}
#'Windows': {
# include profile::base::lolwindows
Expand Down
8 changes: 8 additions & 0 deletions site/profile/manifests/base/postfix.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Class: Postfix
#
#
class profile::base::postfix {

include ::postfix

}

0 comments on commit 1ce6b5e

Please sign in to comment.