We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890d056 commit e053b53Copy full SHA for e053b53
1 file changed
salt/nginx/init.sls
@@ -118,3 +118,14 @@ nginx:
118
/etc/ssl/private/PLACEHOLDER.pem:
119
file.managed:
120
- replace: False
121
+
122
+restart-nginx:
123
+ cron.present:
124
+ - name: /usr/bin/systemctl restart nginx
125
+ - user: root
126
+ - minute: '0'
127
+ - hour: '3'
128
+ - daymonth: '*'
129
+ - month: '*'
130
+ - dayweek: '*'
131
+ - comment: 'Daily NGINX restart'
0 commit comments