Matthew Thode
7cec39ddfa
allow use of new state syntax for module.run
The new syntax has been supported since ~2017.
From the docs, in case they change:
! New Style
test.random_hash:
module.run:
- test.random_hash:
- size: 42
- hash_type: sha256
! Legacy Style
test.random_hash:
module.run:
- size: 42
- hash_type: sha256
4 years ago
Matthew Thode
b9170b4e1a
sort repos so they do not change order every run
4 years ago
Kyle Gullion
61f6972ac8
Allow swap to be completely disabled
4 years ago
Felipe Zipitría
f8498273b5
fix(deprecation): update to new method ( #214 )
Signed-off-by: Felipe Zipitria <fzipitria@perceptyx.com>
5 years ago
preussal
4609471ac5
Update README.rst
5 years ago
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.
5 years ago
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
5 years ago
preussal
1c27d9635b
Merge pull request #2 from salt-formulas/master
update
5 years ago
marek-knappe
1355cf35ae
Fixes #198 ( #212 )
5 years ago
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 years ago
Filip Pytloun
13db211827
Merge pull request #209 from marek-knappe/fixing-current-issues-with-pipeline
Fixing current issues with pipeline
5 years ago
Marek Knappe
e3df50b05c
Removed 2016 system checks as it doesn't support path_join and added 2019 version checks
5 years ago
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 years ago
Filip Pytloun
586ba89bf9
Merge pull request #208 from pavel-z1/directory_pillar_verification
Add verification that directory pillar is not empty
5 years ago
Filip Pytloun
568a43932c
Merge pull request #207 from tigpas/lvm-debian10
fix(storage): Define LVM serive list for Debian 10
5 years ago
pavel-z1
64c3310b43
Add verification that directory pillar is not empty
5 years ago
Pascal Liehne
3acfc7171a
fix(storage): Define LVM serive list for Debian 10
5 years ago
preussal
f3a3a6bf39
Add file.managed replace Funktion. ( #206 )
* Update file.sls
add replace
* Update file.sls
update replace
5 years ago
preussal
ca7255add7
Update file.sls
update replace
5 years ago
preussal
a1a5abc884
Update file.sls
add replace
5 years ago
preussal
55f8281d8b
Merge pull request #1 from salt-formulas/master
update fork
5 years ago
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 years ago
Filip Pytloun
ad96c5704a
Merge pull request #205 from pavel-z1/add_separate_check_of_getenforce
Add posibility to disable SELinux
5 years ago
pavel-z1
7ab68de0fd
Add posibility to disable SELinux
5 years ago
Filip Pytloun
ad23247889
Merge pull request #200 from preussal/master
Update job.sls
5 years ago
preussal
3cd5c0077d
Update job.sls
cron.absent with the right user (default is root)
5 years ago
Filip Pytloun
f955e090d8
Merge pull request #189 from bbinet/fix-salt-v2019.2
Fix missing json filter to support salt v2019.2
5 years ago
Bruno Binet
6278efc19c
Fix missing json filter to support salt v2019.2
See salt issues #48309 #51925
5 years ago
Filip Pytloun
a866852f5f
Merge pull request #165 from bbinet/make-home-parent-dir
Create user home parent dir if makedirs is True
6 years ago
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
6 years ago
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 years ago
Nick Metz
e9d0277639
feature commit #186 - set transparent_hugepage as kernel parameter in grub.conf
6 years ago
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 years ago
Nick Metz
7df5106a11
Fix for issue #183 Compile issue in linux.system.repo
6 years ago
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 years ago
Nick Metz
c57b7b5722
Add SELinux to README and test pillars (/linux/system/selinux.sls).
6 years ago
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 years ago
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 years ago
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 years ago
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 years ago
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 years ago
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 years ago
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 years ago
Aleš Komárek
35acbbd07b
Merge pull request #172 from tommycz1/ovs_native_bonding
Ovs native bonding
6 years ago
Aleš Komárek
82016b72b6
Merge pull request #171 from tommycz1/ovs_set_hostname
Match server hostname in Open_vSwitch table
6 years ago
Martin Horak
80c367fb0d
added dependency create ovsbridge first
6 years ago
Tomas Pipota
95ec31e745
added native ovs bonding
6 years ago
Tomas Pipota
aa6a1d098c
match hostname in Open_vSwitch table
6 years ago
mcp-jenkins
5aa7a5908c
Merge "Always bring up OVS bridges"
6 years ago
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 years ago