Filip Pytloun
a690294251
Fix previous commit
9年前
Filip Pytloun
e1b00b85ed
Allow setting VG and LV names from parameter
9年前
Filip Pytloun
bd3e303410
Allow setting mountpoint permissions
9年前
Filip Pytloun
3954bad18c
Install xfsprogs when needed
9年前
Adam Tengler
e0ff433cf0
Description added to sphinx doc
9年前
Filip Pytloun
7731b8581c
Allow setting policy-rc.d
9年前
Jakub Pavlik
e74f57b7be
Merge branch 'console' into 'master'
Support for serial text consoles
this PR is for following:
issue/528
to have it enabled, you need smth like:
```
parameters:
linux:
system:
console:
ttyS0:
autologin: root
rate: 115200
term: xterm
```
See merge request !10
9年前
Filip Pytloun
281d020aad
More options for consoles
9年前
Ales Komarek
9e861367cf
Do not create fs for nfs4
9年前
Jakub Pavlik
32ef59fecc
fixes in sysctl kernel parameters
9年前
Jakub Pavlik
116d627368
Merge branch 'feature-sysctl' into 'master'
Linux sysctl kernel parameters
sysctl kernel
See merge request !13
9年前
Jakub Pavlik
32c2cb09f0
Linux sysctl kernel parameters
9年前
Jakub Pavlik
4a9a28e149
Merge pull request #2 from lachie83/feature-add-swap-partition
fix swap file check
9年前
Lachlan Evenson
83c06ca0db
fix swap file check
9年前
Filip Pytloun
ee58c92f7a
There should be end of line in /etc/hostname
9年前
Jakub Pavlik
950b745cd1
Merge pull request #1 from lachie83/feature-add-swap-partition
add swap partition support
9年前
Filip Pytloun
a189857e0f
Add tests
9年前
jan kaufman
658b5e1d13
add module metadata
9年前
Lachlan Evenson
7277ba9601
add onlyif statement
9年前
Lachlan Evenson
7f83d9f038
change to swap.device variable
9年前
Lachlan Evenson
3067651fd3
add swap partition support
9年前
Filip Pytloun
e874dfbd4a
Set message of the day
9年前
Filip Pytloun
973163e2ea
Fix system-wide prompt
9年前
Filip Pytloun
d9b68da2ed
Ensure PS1 is enforced for root
9年前
Filip Pytloun
1f40dac0df
Allow setting system-wide prompt
9年前
Filip Pytloun
f41f161a41
Fix unless in linux.console
9年前
Jakub Pavlik
e41663a572
rc.local added to linux formula - missing file
9年前
Jakub Pavlik
7885938f95
rc.local added to linux formula
9年前
Jakub Pavlik
4b983460d4
Merge branch 'nm' into 'master'
NetworkManager
support for option to disable NetworkManager service.
(on some _servers_ you need to do it for some kinds of configuration)
tested on Ubuntu & Centos
See merge request !12
9年前
jan kaufman
823e835434
handle undefined network_manager.disable
9年前
jan kaufman
c442d8e737
disable NetworkManager service
9年前
jan kaufman
6d30adf325
example usage to disable NM
9年前
Jan Kaufman
be4e3853ac
Merge branch 'rhnetwork' into 'master'
RedHat network support: set default proto: according OS default
'protocol' part of network configuration is different in Debian vs RedHat.
current value 'static' isn't compatible with RedHat OSes see: http://pydoc.net/Python/salt/2014.7.0/salt.modules.rh_ip/ - 'none' should be set instead
See merge request !11
9年前
jan kaufman
cc4bf7c833
set default proto: according OS default
9年前
Filip Pytloun
1542c3c1cc
Fix typo
9年前
Filip Pytloun
c72cc618e3
Fix resolv when all options are not defined
9年前
Filip Pytloun
de9bea5af5
Allow setting resolv.conf
9年前
Jakub Pavlik
c860866104
fix for sudoers users with dot
9年前
Jakub Pavlik
d5642b6cdc
fix linux extra package for kernel
9年前
Filip Pytloun
35896ff811
Remove parameter
9年前
Filip Pytloun
281034a655
Make linux.system.kernel functional
9年前
jan kaufman
1200a19e69
vlan - remove unneeded duplicate config
9年前
Filip Pytloun
44e2e19b96
Fix LVM setup
9年前
jan kaufman
855e16eb98
add bond mode options
9年前
Ales Komarek
11b03f7926
Proper resource identification
9年前
jan kaufman
fe6f11ca38
Revert "Fix wrong name of requirement"
This reverts commit bedfa10ae6
.
9年前
Filip Pytloun
eaef6ec555
Add missing collon
9年前
Filip Pytloun
bedfa10ae6
Fix wrong name of requirement
9年前
Filip Pytloun
0a0da4078b
Merge branch 'vlans' into 'master'
VLAN networking support
this should add VLAN networking setup.
from DOCs..
```
bond0.10:
network.managed:
- type: vlan
- ipaddr: 10.1.0.4
- use:
- network: bond0
- require:
- network: bond0
```
See merge request !9
9年前
jan kaufman
c0bd76f39b
fix fillar syntax
9年前