You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doing a puppet run will always restart the nginx::service if I add that line. seems to me that everytime puppet run is executed it recreates the location_custom_cfg_append temp file even if there are no changes thus always triggering refresh schedule for nginx service.
notice: /Stage[main]/Ss4_app::Configs/Nginx::Resource::Location[test-support-location-7]/Concat::Fragment[5be7a61224e4e8ac1e165d94b606a250]/File[/var/lib/puppet/concat/_etc_nginx_sites-available_test-support.conf/fragments/507_5be7a61224e4e8ac1e165d94b606a250]/content: content changed '{md5}63fccb24997c285116e142f17d8024cb' to '{md5}fb3428b770524d088b47f473035a4faf'
notice: /Stage[main]/Ss4_app::Configs/Nginx::Resource::Vhost[test-support]/Concat[/etc/nginx/sites-available/test-support.conf]/Exec[concat_/etc/nginx/sites-available/test-support.conf]/returns: executed successfully
notice: /Stage[main]/Ss4_app::Configs/Nginx::Resource::Vhost[test-support]/Concat[/etc/nginx/sites-available/test-support.conf]/Exec[concat_/etc/nginx/sites-available/test-support.conf]: Triggered 'refresh' from 1 events
The text was updated successfully, but these errors were encountered:
I encountered this weird issue wherein location_custom_cfg_append keeps on refreshing nginx::service every puppet run. See snippet below.
doing a puppet run will always restart the nginx::service if I add that line. seems to me that everytime puppet run is executed it recreates the location_custom_cfg_append temp file even if there are no changes thus always triggering refresh schedule for nginx service.
The text was updated successfully, but these errors were encountered: