diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-12-30 12:20:22 -0800 | |
---|---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-12-30 12:20:22 -0800 | |
commit | class postgrey {
package { postgrey:
ensure => installed
}
service { postgrey:
ensure => running,
path => "/etc/init.d/postgrey",
subscribe => [ Package[postgrey]]
}
file { "/etc/sysconfig/postgrey":
ensure => present,
owner => root,
group => root,
mode => 644,
content => template("postgrey/postgrey.sysconfig"),
notify => [ Service[postgrey] ],
require => Package[postgrey],
}
file { "/etc/postfix/postgrey_whitelist_clients.local":
ensure => present,
owner => root,
group => [ticket/12034] AJAXify notifications popup. Diffstat (limited to 'phpBB/phpbb/db/driver/postgres.php') 0 files changed, 0 insertions, 0 deletions |