Commit Graph

80 Commits

Author SHA1 Message Date
Josh Patterson 1fb558cc77 managerhype br0 setup 2025-09-25 16:06:25 -04:00
Josh Patterson c836dd2acd set interface for network.ip_addrs for hypervisors 2025-09-24 16:50:29 -04:00
Josh Patterson 442aecb9f4 bootstrap dont start daemon, use state to start it 2025-07-22 10:30:59 -04:00
Josh Patterson b22fe5bd3d set interface for hypervisor/managerhype 2025-04-01 09:27:50 -04:00
Josh Patterson f9bf4e4130 Merge remote-tracking branch 'origin/2.4/dev' into vlb2 2025-03-27 11:26:32 -04:00
Josh Patterson c30cbf9af0 remove salt-cloud 2025-03-20 15:44:56 -04:00
Josh Patterson 41c0a91d77 ensure versions are strings 2025-03-20 15:42:16 -04:00
m0duspwnens 213df68d04 merge with 120 dev and fix conflicts 2025-01-23 10:56:48 -05:00
m0duspwnens b1ddaa7211 support installing specified version for rhel variants. remove bootstrap -x python3 since not needed 2024-11-14 09:07:41 -05:00
m0duspwnens feb700393e merge with 2.4.120, fix merge conflicts 2024-10-25 15:09:38 -04:00
m0duspwnens a28ac3bee6 virt 2024-08-09 11:53:07 -04:00
m0duspwnens c83a143eef apply holds to salt each state run 2024-08-05 15:13:07 -04:00
m0duspwnens 6c4dc7cc09 fix UPGRADECOMMAND used for distrib salt upgrade. remove unneeded vars 2023-11-02 10:23:03 -04:00
Josh Patterson 4bbcc5002a Revert "Revert "Upgrade/salt3006.3""
This reverts commit c41e19ad0b.
2023-10-27 10:56:45 -04:00
Josh Patterson c41e19ad0b Revert "Upgrade/salt3006.3" 2023-10-25 11:01:13 -04:00
m0duspwnens 84f8e1cc92 debian family upgrade salt without -r flag 2023-10-19 13:46:07 -04:00
Mike Reeves a41b0dbfea Add Debian 2023-07-07 12:59:41 -04:00
Mike Reeves fee4c20912 add OS logic 2023-07-03 15:12:49 -04:00
m0duspwnens 05b1a445d3 use saltversion grain to determine installed version 2023-03-21 10:12:10 -04:00
Mike Reeves 76011c96d6 fix conflict 2023-02-22 10:20:14 -05:00
Mike Reeves c6919a09da replace centos 2023-02-17 11:26:11 -05:00
Jason Ertel 47af14c265 upgrade influx 2023-02-13 09:51:48 -05:00
Mike Reeves 2bd9dd80e2 Move In Day 2022-09-07 09:06:25 -04:00
m0duspwnens a965301b2e manage salt-minion start delay with systemd drop-in file - https://github.com/Security-Onion-Solutions/securityonion/issues/8441 2022-08-02 16:37:27 -04:00
Mike Reeves a5313b330f Merge master into dev 2022-04-08 09:07:46 -04:00
m0duspwnens e08b13629a manage repo conf for ubuntu 2022-04-05 13:41:26 -04:00
m0duspwnens fc60f64ddb different systemd unit files for ubuntu and centos 2022-03-31 10:11:43 -04:00
m0duspwnens c8b1e6f501 remove -X from UPGRADECOMMAND so salt-minion starts after upgrade 2022-01-28 15:49:53 -05:00
Jason Ertel 2d34208269 Elastic auth: Fun with Salt 2021-06-16 17:52:22 -04:00
m0duspwnens 867613669d changes for syncing users 2021-06-01 17:01:03 -04:00
m0duspwnens d6b9154a88 change how version to be installed is defined to work with centos 2021-04-30 14:48:51 -04:00
m0duspwnens d475e50bef add deps for ubuntu 2021-04-29 13:49:15 -04:00
m0duspwnens 888d637b67 add %} 2021-04-29 13:26:24 -04:00
m0duspwnens e7660d68cb add %} 2021-04-29 13:25:29 -04:00
m0duspwnens 450a01784b support installing via pip for ubuntu 2021-04-29 13:22:31 -04:00
m0duspwnens 5584c4f1ae define and install the dependencies for python36-influxdb 2021-04-28 18:01:33 -04:00
m0duspwnens d9cb018a7d merge with dev, resolve conflicts 2021-04-28 10:19:01 -04:00
m0duspwnens 36bc4f4aa8 remove by package name not wildcard 2021-04-22 15:21:36 -04:00
m0duspwnens 781ac0293c fix SALTNOTHELD for salt.minion 2021-04-22 13:22:08 -04:00
m0duspwnens a49d6a8d5c apply highstate to minions instead of just salt.minion for soup if salt needs upgraded 2021-04-22 11:47:53 -04:00
m0duspwnens 21077ef26e undo path change 2021-04-21 18:09:11 -04:00
m0duspwnens 5cedf98f55 change path 2021-04-21 18:05:52 -04:00
m0duspwnens a7247e9812 update package name 2021-04-21 17:17:49 -04:00
m0duspwnens af86a9dac0 handle different paths for salt states/modules based on os 2021-04-21 09:52:22 -04:00
m0duspwnens 9e57fd2df0 cant pipe to grep without , python_shell=True 2021-04-19 09:00:30 -04:00
m0duspwnens 24b263c812 only hold/unhold packages if not already unheld/held 2021-04-16 11:37:18 -04:00
m0duspwnens 22edbcc111 can use SPLITCHAR before defined 2021-04-15 11:29:01 -04:00
m0duspwnens 2f198ed9fb change how salt is held and unheld from updates 2021-04-15 09:42:00 -04:00
m0duspwnens 9b8b5e6173 use -r by default to disable salt bootstrap from doing repo things 2021-04-05 14:12:24 -04:00
m0duspwnens 534dbf9761 change the upgrade command - https://github.com/Security-Onion-Solutions/securityonion/issues/3501 2021-04-05 09:07:00 -04:00