Skip to content

Commit

Permalink
Merge pull request #11231 from Security-Onion-Solutions/issue/10975
Browse files Browse the repository at this point in the history
Issue/10975
  • Loading branch information
m0duspwnens authored Aug 31, 2023
2 parents 8a2fc5d + e408718 commit d86e21c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
16 changes: 9 additions & 7 deletions pillar/top.sls
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,23 @@ base:
'*':
- global.soc_global
- global.adv_global
- logrotate.soc_logrotate
- logrotate.adv_logrotate
- ntp.soc_ntp
- ntp.adv_ntp
- patch.needs_restarting
- patch.soc_patch
- patch.adv_patch

'* and not *_desktop':
- docker.soc_docker
- docker.adv_docker
- firewall.soc_firewall
- firewall.adv_firewall
- influxdb.token
- logrotate.soc_logrotate
- logrotate.adv_logrotate
- nginx.soc_nginx
- nginx.adv_nginx
- node_data.ips
- ntp.soc_ntp
- ntp.adv_ntp
- patch.needs_restarting
- patch.soc_patch
- patch.adv_patch
- sensoroni.soc_sensoroni
- sensoroni.adv_sensoroni
- telegraf.soc_telegraf
Expand Down
4 changes: 0 additions & 4 deletions salt/desktop/scripts/convert-gnome-classic.sh

This file was deleted.

5 changes: 1 addition & 4 deletions salt/desktop/xwindows.sls
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ graphical_target:
- require:
- desktop_packages

convert_gnome_classic:
cmd.script:
- name: salt://desktop/scripts/convert-gnome-classic.sh

{# set users to use gnome-classic #}
{% for username in salt['file.find'](path='/home/',mindepth=1,maxdepth=1,type='d') %}
{% set username = username.split('/')[2] %}
{% if username != 'zeek' %}
Expand Down
2 changes: 1 addition & 1 deletion setup/so-setup
Original file line number Diff line number Diff line change
Expand Up @@ -578,9 +578,9 @@ if ! [[ -f $install_opt_file ]]; then
set_minion_info
whiptail_end_settings

# desktop install will only get this far if joining the grid
elif [[ $is_desktop ]]; then
info "Setting up as node type desktop"
#check_requirements "desktop"
networking_needful
collect_mngr_hostname
add_mngr_ip_to_hosts
Expand Down

0 comments on commit d86e21c

Please sign in to comment.