Merge branch 'develop' into neoloc/sshsign_hostkeys
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# Check if ntpd or chronyd is running
|
||||
if pgrep ntpd > /dev/null || pgrep chronyd > /dev/null; then
|
||||
exit 0
|
||||
else
|
||||
exit 2
|
||||
fi
|
||||
@@ -11,3 +11,4 @@ runinterval = <%= @runinterval %>
|
||||
runtimeout = <%= @runtimeout %>
|
||||
show_diff = <%= @show_diff %>
|
||||
usecacheonfailure = <%= @usecacheonfailure %>
|
||||
number_of_facts_soft_limit = <%= @facts_soft_limit %>
|
||||
|
||||
@@ -17,6 +17,7 @@ report_server = <%= $report_server %>
|
||||
runinterval = <%= $runinterval %>
|
||||
runtimeout = <%= $runtimeout %>
|
||||
show_diff = <%= $show_diff %>
|
||||
number_of_facts_soft_limit = <%= $facts_soft_limit %>
|
||||
|
||||
[master]
|
||||
node_terminus = <%= $node_terminus %>
|
||||
|
||||
Reference in New Issue
Block a user