File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed
Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ postfix::params::aliasesseltype: ~
33postfix::params::seltype : ~
44postfix::params::mailx_package : ' mailx'
55postfix::params::master_os_template : " postfix/master.cf.default.erb"
6- postfix::params::restart_cmd : ' /etc/init.d/postfix reload'
6+ postfix::params::restart_cmd : ' /usr/bin/systemctl reload postfix '
77...
Original file line number Diff line number Diff line change 11---
22postfix::params::master_os_template : " postfix/master.cf.debian.erb"
3+ postfix::params::restart_cmd : ' /etc/init.d/postfix reload'
Original file line number Diff line number Diff line change 11---
22postfix::params::aliasesseltype : ' etc_aliases_t'
33postfix::params::seltype : ' postfix_etc_t'
4- postfix::params::restart_cmd : ' /bin/systemctl reload postfix'
54postfix::params::master_os_template : ' postfix/master.cf.redhat.erb'
65postfix::mta_bin_path : ' /usr/sbin/sendmail.postfix'
76...
Original file line number Diff line number Diff line change 1+ ---
2+
3+ postfix::params::mailx_package : ' s-nail'
4+ postfix::ldap_packages : ['postfix-ldap']
5+ postfix::params::restart_cmd : ' /etc/init.d/postfix reload'
Original file line number Diff line number Diff line change 8484 ensure : 'running' ,
8585 enable : 'true' ,
8686 hasstatus : 'true' ,
87- restart : '/etc/init.d/postfix reload'
87+ restart : '/usr/bin/systemctl reload postfix '
8888 )
8989 }
9090 end
111111 ensure : 'running' ,
112112 enable : 'true' ,
113113 hasstatus : 'true' ,
114- restart : '/bin/systemctl reload postfix'
114+ restart : '/usr/ bin/systemctl reload postfix'
115115 )
116116 }
117117 end
124124 ensure : 'running' ,
125125 enable : 'true' ,
126126 hasstatus : 'true' ,
127- restart : '/bin/systemctl reload postfix'
127+ restart : '/usr/ bin/systemctl reload postfix'
128128 )
129129 }
130130 end
151151 ensure : 'running' ,
152152 enable : 'true' ,
153153 hasstatus : 'true' ,
154- restart : '/bin/systemctl reload postfix'
154+ restart : '/usr/ bin/systemctl reload postfix'
155155 )
156156 }
157157 end
234234 ensure : 'running' ,
235235 enable : 'true' ,
236236 hasstatus : 'true' ,
237- restart : '/etc/init.d/postfix reload'
237+ restart : '/usr/bin/systemctl reload postfix '
238238 )
239239 }
240240
You can’t perform that action at this time.
0 commit comments