preussal
758e3e2591
Update file.sls
added possibility to delete files
4 years ago
preussal
201722bb13
Update map.jinja
Add support fpr Ubuntu Focal.
4 years ago
preussal
5d4d71a639
Merge pull request #4 from salt-formulas/master
Updates from Salt-formulars
4 years ago
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>
4 years ago
Filip Pytloun
d15dfbca09
Merge pull request #217 from prometheanfire/fix-module.run
allow use of new state syntax for module.run
4 years ago
Matthew Thode
e85db680ac
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
Filip Pytloun
b8fb93cdaa
Merge pull request #216 from prometheanfire/sort-repos
sort repos so they do not change order every run
4 years ago
Matthew Thode
311b2bb3d1
sort repos so they do not change order every run
4 years ago
Filip Pytloun
7c930699ed
Merge pull request #215 from kgullion/patch-1
Allow swap to be completely disabled via `swapoff -a`
4 years ago
Kyle Gullion
d76caca091
Allow swap to be completely disabled
4 years ago
Felipe Zipitría
de69d4eefb
fix(deprecation): update to new method ( #214 )
Signed-off-by: Felipe Zipitria <fzipitria@perceptyx.com>
4 years ago
preussal
fdbabe955e
Create @reboot .... Cron jobs ( #213 )
* Update file.sls
add replace
* Update file.sls
update replace
* 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
* 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.
* Update README.rst
4 years ago
preussal
4609471ac5
Update README.rst
4 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.
4 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
4 years ago
preussal
1c27d9635b
Merge pull request #2 from salt-formulas/master
update
4 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
5 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
5 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