chore: update build tool, puppet-initial
- update build tool with github_release_pattern - update puppet-initial to reduce impact on upgrades
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
systemctl daemon-reload
|
||||
systemctl enable puppet-initial.service
|
||||
# Only run on fresh install, not upgrade
|
||||
if [ "$1" -eq 1 ]; then
|
||||
systemctl daemon-reload
|
||||
systemctl enable puppet-initial.service
|
||||
fi
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
systemctl stop puppet
|
||||
systemctl disable puppet
|
||||
# Only run on fresh install, not upgrade
|
||||
if [ "$1" -eq 1 ]; then
|
||||
systemctl stop puppet
|
||||
systemctl disable puppet
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user