|
|
|
|
@ -526,7 +526,7 @@ function storpool_exists ()
|
|
|
|
|
function set_sudo_group () |
|
|
|
|
{ |
|
|
|
|
case "${DISTRO}" in |
|
|
|
|
centos?|fedora??|rocky??|*-atomic|amazon?|opensuse* ) |
|
|
|
|
centos*|fedora*|rocky*|*-atomic|amazon*|opensuse* ) |
|
|
|
|
SUDOGROUP="wheel" |
|
|
|
|
;; |
|
|
|
|
ubuntu*|debian* ) |
|
|
|
|
@ -544,7 +544,7 @@ function set_cloud_init_remove ()
|
|
|
|
|
centos6 ) |
|
|
|
|
CLOUDINITDISABLE="chkconfig cloud-init off" |
|
|
|
|
;; |
|
|
|
|
centos8|centos7|amazon?|fedora??|rocky??|ubuntu*|debian*|opensuse* ) |
|
|
|
|
centos8|centos7|amazon*|fedora*|rocky*|ubuntu*|debian*|opensuse* ) |
|
|
|
|
CLOUDINITDISABLE="systemctl disable cloud-init.service" |
|
|
|
|
;; |
|
|
|
|
*-atomic) |
|
|
|
|
|