Skip to content

Commit

Permalink
Update so-minion
Browse files Browse the repository at this point in the history
  • Loading branch information
TOoSmOotH authored Sep 13, 2023
1 parent 22c0323 commit 33d6847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/manager/tools/sbin/so-minion
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function add_sensor_to_minion() {
echo " enabled: True" >> $PILLARFILE
if [[ $is_pcaplimit ]]; then
echo " config:" >> $PILLARFILE
echo " diskfreepercentage: 40" >> $PILLARFILE
echo " diskfreepercentage: 60" >> $PILLARFILE
fi
echo " " >> $PILLARFILE
}
Expand Down

0 comments on commit 33d6847

Please sign in to comment.