Nick Metz
dbf0727472
fix for issue #134 - compatibly issues in grub configuration with RedHat os_family systems
7年前
Simon Schneider
502363e755
fix Conflicting ID for duplicated include of linux.system.grub
7年前
Simon Schneider
0225666deb
Add elevator parameter to GRUB_CMDLINE_LINUX_DEFAULT
7年前
Dmitry Stremkouski
4793dde2ee
Typo fixes for system.linux.apt
Change-Id: I813a2fb6e3d155e3b93d25bee60b7a91e5fe2bbd
7年前
Marek Celoud
4b59cf8ffe
fix : in system.apt
Change-Id: Idb8321ef0fa1811a1169c92b603b43f80413c9f2
7年前
Filip Pytloun
c512e6c73f
Add linux.system.apt state
Change-Id: I1e190f1f5b34a049335efbecffad3dddf7c41644
7年前
Filip Pytloun
3af564619b
Fix trailing :
Change-Id: Id9d9178ca7417df1b8a83110e92cf4a62907982d
7年前
Nick Metz
3e17d4e301
add dependency to linux_repo_prereq_pkgs in selinux.mode
7年前
Nick Metz
45423245b3
Fix for issue #125 with selinux.sls, remove selinux_config is not nessasary to set SELINUX=. Salt state selinux.mode will set values for selinux in /etc/selinux/config default is permissive set in map.jinja
7年前
Filip Pytloun
bd16dc27d7
Allow removing apt repositories
Change-Id: Ib7f34360b7580cbc4260b826d1eb21d443801fa5
7年前
Filip Pytloun
8b2131eeec
Add linux.system.directory state
Change-Id: Ida91f545cc705457d1bc567fbee483e14a202a3a
7年前
tomas kamm
4e87758a6e
fix adding ca certs to centos/redhat
7年前
Filip Pytloun
6df26123d3
Remove /etc/motd if we are using dynamic motd
7年前
Filip Pytloun
36fc6df8bf
Fix motd on debian jessie
7年前
Filip Pytloun
8b5af7cea1
Fix update-motd for debian
7年前
chnyda
8221541714
Include linux.system.user in linux.system.job
Change-Id: I3a2a0ac5518701b4c9de28437e9aefd1307ca01b
7年前
Consatntine Kalinovskiy
8aad368ec8
Fixing invalid variable reference
Change-Id: I7919ef2273185081d56a40af1e8fb4e602da41a2
7年前
chnyda
8e2aecef63
Fix cronjob commands in linux.system.job
Change-Id: I41f63e70ad4bd30dc478eeafeaf2823fa7508373
7年前
car-da
aa1e6421ac
make all change in selinux mode persistent ( #122 )
* make all change in selinux mode persistent
* rework code to correspond with comments obtain from review about duplicity and useless code
* repair bad indent, remove bracket
7年前
Serhiy Ovsianikov
67bd56a83c
Add atop
Change-Id: I59297736406469e5314236cb40851d9a6f94386e
7年前
Filip Pytloun
361096c12a
Add support for sysfs
Change-Id: I29cfe2cd9dd39b74a1d39313f78dfddc87cb79b8
7年前
Yuriy Taraday
c61c7d1566
Invert skip_verify to be opposite of "verfy" flag in pillar
- skip_verify: {{ true if package.verify else false }}
will be true when package:verify is set to true
And that confuses.
"skip verify" means "skip any verify process" and package should
not be verified during installation
Currently, for disabling verification we use:
linux:
system:
package:
netapp-offload-tool:
verify: true
And anyone who is reading reclass model can be easily perplexed.
Patchset fixes that issue.
Change-Id: I38d60ff3dbe651e14898c4937fc7dddad36204be
7年前
Petr Michalec
a17ea5ae63
Fix, group members
Change-Id: I71c2dd4b1970b39427beda6465b7a4726b12897b
7年前
Filip Pytloun
912222253f
Use cron job identifier to be able to update command
Change-Id: Id571945585863a08bd2317b57ecc6123a16e1857
7年前
Filip Pytloun
3a761a133f
Require less options for linux.system.job
Change-Id: I74f63a705de8abef146cd1a77f8563e5de5d7f8d
7年前
Petr Michalec
3cd4cb7641
manage group user membership
7年前
Petr Michalec
d5f6a87035
Fix namespace handler to preinstall linux.system.pkgs
Change-Id: I22e512e3dcebea3bd5bc1ada08bf2e3c0e6f9250
7年前
Yuriy Taraday
49008ea0da
Require /etc/sysfs.d to create governor.conf in it
Change-Id: I3fbc02a9073b88b71de2645057cc9bd2b2ff9d21
7年前
azvyagintsev
967af13b84
Extend linux.user
- Add posibility do delete user password
- Delete any password, if no other option has been passed
- Allow to pass hash\plain password
- Allow to unchange password
Change-Id: Id2b7234ca5d4417475b2114e74840292fc57d0de
7年前
Kalynovskyi
0a91ebe68f
adding check before writing to core file
7年前
Filip Pytloun
54cb363b56
Include linux.system.group when needed
Change-Id: I2163dbdee38e1b9c5c4dec6611550f16fdf1373b
7年前
Oleg Bondarev
9a46679536
[DPDK] Enable VT-d in kernel via grub in case vfio-pci PMD driver
This is required in order to use vfio-pci driver.
More info: http://docs.openvswitch.org/en/latest/intro/install/dpdk/
Change-Id: I1c936ffd4a903b9c6d67cdde6c612019a85f9b9e
7年前
Filip Pytloun
d281d292b0
Fix requirements on groups and users
Change-Id: I9767e07ffe3a808ee9a2de925862ba193b7b612e
7年前
Andrey Shestakov
e7cca05e6e
Allow configure systemd
Change-Id: I54bc92902137899834408732ab852fd96d3f5a53
7年前
Filip Pytloun
caec9b5131
Don't set governor on VMs
Change-Id: Ifa26361845a6841eff1ab49e6d6542946898c426
7年前
teoyaomiqui
32b1f7c8fb
RIL-267 Adding cpu governor and kernel module opts ( #101 )
* RIL-267 Adding cpu governor and kernel module opts
* RIL-267 Adding cpu governor and kernel module opts
* RIL-267 Adding cpu governor and kernel module opts
7年前
Marek Celoud
713e907ac4
add service management support
Change-Id: Iffb55fee41b8398de12554b58a9d36ae2b81e7ff
7年前
Marek Celoud
f163f06194
add update when default repo is changed
Closes-Bug: #PROD-10623
Change-Id: I9e070f7f96b1f0b8eafa12403c5df4ae5be3e42c
7年前
Petr Michalec
e9978ce016
Allow override repo name
- allow multiple repos configured on one system (nightly/testing/stable)
7年前
Sergey Kreys
724d64741a
Removed "gid=kvm" from hugepages mount opts
Fix for https://mirantis.jira.com/browse/PROD-10786
Option "gid=kvm" is actually not needed now, since we didn't merge
change to apparmor config that will require this option.
Change-Id: Ib377444a01d097151d9a3a3b4a16e2ac75b868ab
7年前
Jakub Josef
6a87206410
Fix kitchen tests
- Disable sudo for kitchen tests
- No update grub on docker/lxc
- Avoid changing hostname in docker based tests
Change-Id: Ic93ecc4680fb9a44388f494259de28ea9e8a0fc0
7年前
slimakcz
f39cb118d1
remove sudo files for user
Remove sudo files for users, which still exists, but don't have enabled sudo.
7年前
Bruno Binet
94ee9d58c6
Make sure system.purge_repos is optional
7年前
Tomáš Kukrál
e44797fe0d
fix selinux dependencies
Change-Id: I45c932cf18dbc1073a86cbab272d2dda9f15fa41
7年前
Martin Polreich
09a648ae21
Add ability to add ppa repo
7年前
Filip Pytloun
e70606d0d2
Manage grains using support metadata
Change-Id: I25fb0eb0d4b922b8853eceb0c1c220a4040e1704
7年前
Petr Michalec
1ae62b1fb7
Allow direct use of gpg key in linux.system.repo
7年前
Jiri Broulik
0792a9bcf3
mkdirs in netconsole fix
7年前
Tatyana Leontovich
f05e7d4eef
Fix mistake in kernel.sls
7年前
Jiri Broulik
25839cca97
purging repos
7年前