X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-begin;h=e97c6c37bf46264d02483bf4e81abd0d816a0a1a;hb=f68d910fd20082a8c1bacd511b321296f328a799;hp=8da3f162ac3e9ae66d9d3a310e324c8e96537082;hpb=9de134ab81ba8b62daaf276e02f06d5499d0aa3c;p=distro-setup diff --git a/distro-begin b/distro-begin index 8da3f16..e97c6c3 100755 --- a/distro-begin +++ b/distro-begin @@ -25,6 +25,8 @@ # /a/bin/ds/filesystem/etc/prometheus/rules/iank.yml # # Update hostnames in /b/ds/check-remote-mailqs +# Update hostnames in /b/ds/machine_specific/*.hosts /p/c/machine_specific/*.hosts +# Update hostnames in this file ### end new machine setup @@ -111,7 +113,7 @@ source $script_dir/pkgs set +x source /a/bin/distro-functions/src/identify-distros $interactive || set -x -for f in kd x2 x3 x8 frodo tp li bk je demohost kw sy bo; do +for f in kd x2 x3 x8 frodo tp li bk je demohost kw sy bo so; do eval "$f() { [[ $HOSTNAME == $f ]]; }" done codename=$(debian-codename) @@ -382,7 +384,7 @@ if [[ -e $f ]]; then fi fi done - if $apparmor_reload && systemctl is-enabled apparmor; then + if $apparmor_reload && systemctl is-active apparmor; then m ser reload apparmor fi fi