Kyle Gullion
61f6972ac8
Allow swap to be completely disabled
4 vuotta sitten
Felipe Zipitría
f8498273b5
fix(deprecation): update to new method ( #214 )
Signed-off-by: Felipe Zipitria <fzipitria@perceptyx.com>
4 vuotta sitten
preussal
4609471ac5
Update README.rst
4 vuotta sitten
preussal
06dfee8e30
Update README.rst
Added the opportunity to set a job with a special keyword like '@reboot' or '@hourly'. Quotes must be used, otherwise PyYAML will strip the '@' sign.
4 vuotta sitten
preussal
3f2beb9604
Update job.sls
Added the opportunity to set a job with a special keyword like '@reboot' or '@hourly'. Quotes must be used, otherwise PyYAML will strip the '@' sign.
https://docs.saltstack.com/en/master/ref/states/all/salt.states.cron.html
4 vuotta sitten
preussal
1c27d9635b
Merge pull request #2 from salt-formulas/master
update
4 vuotta sitten
marek-knappe
1355cf35ae
Fixes #198 ( #212 )
5 vuotta sitten
marek-knappe
e51a9b2fbf
Add journal settings ( #210 )
* Added journal settings
* Fixed error:
----------
ID: package_duo
Function: pkg.installed
Name: duo-unix
Result: False
Comment: Problem encountered installing package(s). Additional info follows:
errors:
- E: There were unauthenticated packages and -y was used without --allow-unauthenticated
* Removed 2016 system checks as it doesn't support path_join and added 2019 version checks
5 vuotta sitten
Filip Pytloun
13db211827
Merge pull request #209 from marek-knappe/fixing-current-issues-with-pipeline
Fixing current issues with pipeline
5 vuotta sitten
Marek Knappe
e3df50b05c
Removed 2016 system checks as it doesn't support path_join and added 2019 version checks
5 vuotta sitten
Marek Knappe
14d98420d6
Fixed error:
----------
ID: package_duo
Function: pkg.installed
Name: duo-unix
Result: False
Comment: Problem encountered installing package(s). Additional info follows:
errors:
- E: There were unauthenticated packages and -y was used without --allow-unauthenticated
5 vuotta sitten
Filip Pytloun
586ba89bf9
Merge pull request #208 from pavel-z1/directory_pillar_verification
Add verification that directory pillar is not empty
5 vuotta sitten
Filip Pytloun
568a43932c
Merge pull request #207 from tigpas/lvm-debian10
fix(storage): Define LVM serive list for Debian 10
5 vuotta sitten
pavel-z1
64c3310b43
Add verification that directory pillar is not empty
5 vuotta sitten
Pascal Liehne
3acfc7171a
fix(storage): Define LVM serive list for Debian 10
5 vuotta sitten
preussal
f3a3a6bf39
Add file.managed replace Funktion. ( #206 )
* Update file.sls
add replace
* Update file.sls
update replace
5 vuotta sitten
preussal
ca7255add7
Update file.sls
update replace
5 vuotta sitten
preussal
a1a5abc884
Update file.sls
add replace
5 vuotta sitten
preussal
55f8281d8b
Merge pull request #1 from salt-formulas/master
update fork
5 vuotta sitten
Irving Leonard
127680a51c
allow uid change & enable the use of members in group.present ( #204 )
* Allow uid change
* feat(formula/group): enable the use of members in group.present
5 vuotta sitten
Filip Pytloun
ad96c5704a
Merge pull request #205 from pavel-z1/add_separate_check_of_getenforce
Add posibility to disable SELinux
5 vuotta sitten
pavel-z1
7ab68de0fd
Add posibility to disable SELinux
5 vuotta sitten
Filip Pytloun
ad23247889
Merge pull request #200 from preussal/master
Update job.sls
5 vuotta sitten
preussal
3cd5c0077d
Update job.sls
cron.absent with the right user (default is root)
5 vuotta sitten
Filip Pytloun
f955e090d8
Merge pull request #189 from bbinet/fix-salt-v2019.2
Fix missing json filter to support salt v2019.2
5 vuotta sitten
Bruno Binet
6278efc19c
Fix missing json filter to support salt v2019.2
See salt issues #48309 #51925
5 vuotta sitten
Filip Pytloun
a866852f5f
Merge pull request #165 from bbinet/make-home-parent-dir
Create user home parent dir if makedirs is True
5 vuotta sitten
Filip Pytloun
9a11f88aeb
Merge pull request #154 from bbinet/fix-long-line-issue
Use json serializer instead of yaml to fix serialization of long lines
5 vuotta sitten
Filip Pytloun
72507a1b25
Merge pull request #187 from FHE3/add-transparent-hugepage-in-kernel
feature commit #186 - set transparent_hugepage as kernel parameter in…
6 vuotta sitten
Nick Metz
e9d0277639
feature commit #186 - set transparent_hugepage as kernel parameter in grub.conf
6 vuotta sitten
Filip Pytloun
122b9dca07
Merge pull request #184 from FHE3/fix-typo-in-system-repo
Fix for issue #183 Compile issue in linux.system.repo
6 vuotta sitten
Nick Metz
7df5106a11
Fix for issue #183 Compile issue in linux.system.repo
6 vuotta sitten
Filip Pytloun
4ab4f722cc
Merge pull request #181 from FHE3/add-selinux-readme-pillars
Add SELinux to README and test pillars (/linux/system/selinux.sls).
6 vuotta sitten
Nick Metz
c57b7b5722
Add SELinux to README and test pillars (/linux/system/selinux.sls).
6 vuotta sitten
Filip Pytloun
16c1619e9c
Merge pull request #180 from FHE3/fix-179-profile-always-recreate-files
Fix for issue #179 . In linux/system/profile.sls, profile scripts alwa…
6 vuotta sitten
Nick Metz
72e3001b7f
Fix for issue #179 . In linux/system/profile.sls, profile scripts always recreated. We need to define file instead service in required_in.
6 vuotta sitten
Filip Pytloun
a9cffb57f0
Merge pull request #178 from FHE3/fix-system-grub
Fix issue #177 . In system/grub.sls we manage owner and permissions bu…
6 vuotta sitten
Nick Metz
cdf7034a4b
Fix issue #177 . In system/grub.sls we manage owner and permissions but not manage file content. In this case we need to add replace: false.
6 vuotta sitten
Filip Pytloun
1c358ecd81
Merge pull request #176 from FHE3/fix_at_cron_compatibility
This is a fix for issue #174 regarding at and cron system modules. Cu…
6 vuotta sitten
preussal
8c8aee82ff
LVM create LV´s first ( #175 )
* update lvm to create lv´s first
* add force: true for "Wiping fs signature"
* update mount first
6 vuotta sitten
Nick Metz
d2bdab9dc0
This is a fix for issue #174 regarding at and cron system modules. Currently this
System modules are enables by default. But they should only be enables if
in pillars defined and supported by os_family.
Support for Redhat os_family systems is missing in at and cron #174
6 vuotta sitten
Aleš Komárek
35acbbd07b
Merge pull request #172 from tommycz1/ovs_native_bonding
Ovs native bonding
6 vuotta sitten
Aleš Komárek
82016b72b6
Merge pull request #171 from tommycz1/ovs_set_hostname
Match server hostname in Open_vSwitch table
6 vuotta sitten
Martin Horak
80c367fb0d
added dependency create ovsbridge first
6 vuotta sitten
Tomas Pipota
95ec31e745
added native ovs bonding
6 vuotta sitten
Tomas Pipota
aa6a1d098c
match hostname in Open_vSwitch table
6 vuotta sitten
mcp-jenkins
5aa7a5908c
Merge "Always bring up OVS bridges"
6 vuotta sitten
Gleb Galkin
93b9ae9245
PAM changes for supporting duo 2FA solution
Multi-Factor Authentication (MFA) for sshd+PAM
https://duo.com/product/multi-factor-authentication-mfa
Related-Prod: PROD-24422
Change-Id: Iddec5a5e99e7db5d7f173ad939d3fd0cac1cd22b
6 vuotta sitten
mcp-jenkins
b938dde500
Merge "Don't try to update timezone when grain noservices is set"
6 vuotta sitten
Dennis Dmitriev
f4d2d7ddce
Always bring up OVS bridges
Linux bridges are automatically set UP when
any parent interface is UP.
But for OVS bridges it doesn't work.
For dpdk and non-dpdk bridges, always create a
config file in /etc/network/interfaces.u/ and
bring the bridge interface up after it is configured,
even if it doesn't have IP address.
Change-Id: I92888ce0d373e412dfb7ed2e2398c0d4d008e301
Closes-Bug: https://mirantis.jira.com/browse/PROD-24343
6 vuotta sitten