diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-23 15:16:11 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-23 15:16:11 +0000 |
commit | 8a3a726759e254808134394ae0c1f0df6c1d69c6 (patch) | |
tree | 3b0c1d4f5d1cb9afcba6629248c637d8ad36e545 /modules/postfix/manifests | |
parent | a6fb9fa21b009dbfd8932aaa9a21d59c32efef91 (diff) | |
download | puppet-8a3a726759e254808134394ae0c1f0df6c1d69c6.tar puppet-8a3a726759e254808134394ae0c1f0df6c1d69c6.tar.gz puppet-8a3a726759e254808134394ae0c1f0df6c1d69c6.tar.bz2 puppet-8a3a726759e254808134394ae0c1f0df6c1d69c6.tar.xz puppet-8a3a726759e254808134394ae0c1f0df6c1d69c6.zip |
postfix: don't add nail package
(to remove duplicate definitions)
Diffstat (limited to 'modules/postfix/manifests')
-rw-r--r-- | modules/postfix/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp index e13e86b5..7a6f6389 100644 --- a/modules/postfix/manifests/init.pp +++ b/modules/postfix/manifests/init.pp @@ -1,5 +1,5 @@ class postfix { - package { ['postfix', 'nail']: } + package { postfix: } service { 'postfix': subscribe => Package['postfix'], |