File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
manifests/plugin/remote_execution Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 5858 owner => ' root' ,
5959 group => ' mosquitto' ,
6060 mode => ' 0640' ,
61+ notify => Class[' mosquitto::service' ],
6162 }
6263
6364 file { $mosquitto_ssl_dir:
7475 owner => ' root' ,
7576 group => ' mosquitto' ,
7677 mode => ' 0440' ,
78+ notify => Class[' mosquitto::service' ],
7779 }
7880
7981 file { "${mosquitto_ssl_dir}/ssl_key.pem" :
8284 owner => ' root' ,
8385 group => ' mosquitto' ,
8486 mode => ' 0440' ,
87+ notify => Class[' mosquitto::service' ],
8588 }
8689
8790 file { "${mosquitto_ssl_dir}/ssl_ca.pem" :
9093 owner => ' root' ,
9194 group => ' mosquitto' ,
9295 mode => ' 0440' ,
96+ notify => Class[' mosquitto::service' ],
9397 }
9498
9599 # Ensure certs were deployed before we try to source them
Original file line number Diff line number Diff line change 4141 :ensure => 'present' ,
4242 :owner => 'root' ,
4343 :group => 'mosquitto' ,
44- :mode => '0640'
44+ :mode => '0640' ,
45+ :notify => 'Class[Mosquitto::Service]' ,
4546 } )
4647 end
4748
6263 :source => '/etc/foreman-proxy/ssl_cert.pem' ,
6364 :owner => 'root' ,
6465 :group => 'mosquitto' ,
65- :mode => '0440'
66+ :mode => '0440' ,
67+ :notify => 'Class[Mosquitto::Service]' ,
6668 } )
6769 end
6870
7375 :source => '/etc/foreman-proxy/ssl_key.pem' ,
7476 :owner => 'root' ,
7577 :group => 'mosquitto' ,
76- :mode => '0440'
78+ :mode => '0440' ,
79+ :notify => 'Class[Mosquitto::Service]' ,
7780 } )
7881 end
7982
8487 :source => '/etc/foreman-proxy/ssl_ca.pem' ,
8588 :owner => 'root' ,
8689 :group => 'mosquitto' ,
87- :mode => '0440'
90+ :mode => '0440' ,
91+ :notify => 'Class[Mosquitto::Service]' ,
8892 } )
8993 end
9094 end
You can’t perform that action at this time.
0 commit comments