diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 14:03:24 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 14:03:24 -0200 |
commit | 8b78b15e57c4b802be46c540a16be42fd23435f5 (patch) | |
tree | 7f5b17dcf1da2de3626d3105c961534b16c1db87 /manifests/hash.pp | |
parent | 5e806b99e2448dfb4bcd880b3c77578e1a15c8aa (diff) | |
download | puppet-postfix-8b78b15e57c4b802be46c540a16be42fd23435f5.tar.gz puppet-postfix-8b78b15e57c4b802be46c540a16be42fd23435f5.tar.bz2 |
Switching to parametrized classes
Diffstat (limited to 'manifests/hash.pp')
-rw-r--r-- | manifests/hash.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/hash.pp b/manifests/hash.pp index 6e2012f..006f881 100644 --- a/manifests/hash.pp +++ b/manifests/hash.pp @@ -17,7 +17,7 @@ Example usage: node "toto.example.com" { - include postfix + class { 'postfix': } postfix::hash { "/etc/postfix/virtual": ensure => present, |