puneet kandhari
f46d2ca228
Merge pull request #28 from durchblicker/master
...
add sudoers file check with visudo
7 years ago
Roman Reitschmied
8d3f4d9894
add sudoers check with visudo as proposed here: https://blog.afoolishmanifesto.com/posts/checking-sudoers-with-visudo-in-saltstack/
7 years ago
Nitin Madhok
2045591a9d
Merge pull request #24 from aboe76/opensuse_support
...
added opensuse support
8 years ago
Niels Abspoel
052923a076
added opensuse support
8 years ago
Wolodja Wentland
4098e46527
Merge pull request #22 from smlloyd/master
...
Fix overwriting dictionary with pillar data.
9 years ago
Simon Lloyd
34f3aed102
Fix overwriting dictionary with pillar data.
...
The dictionary ``sudoers`` is defined twice instead of once,
and then updated with additional values from pillar data. This
prevents looking up map values. This patch updates, instead of
overwrites the dictionary.
9 years ago
Seth House
1ecdcc5a9b
Merge pull request #21 from rfairburn/master
...
Fixes escaped spaces in users/groups
9 years ago
Robert Fairburn
3db683d657
Fixes escaped spaces in users/groups
9 years ago
Nitin Madhok
a191934544
Merge pull request #20 from aboe76/pillar_lookup_map
...
Pillar lookup map
9 years ago
Niels Abspoel
c2265a81f6
Added archlinux support and improved lookup table
9 years ago
Niels Abspoel
78b8323716
updated pillar lookup with map.jinja
9 years ago
Nitin Madhok
0a1fab9f8a
Merge pull request #19 from smlloyd/master
...
included_files default changed to empty dict.
9 years ago
Simon Lloyd
ffc287bf34
included_files default changed to empty dict.
9 years ago
Nitin Madhok
a3d228bb05
Merge pull request #18 from ymage/patch-2
...
Revert change
9 years ago
ymage
e732663da9
Revert change
...
The '#' here does not indicate a comment
9 years ago
Nitin Madhok
9ec75d1cd8
Merge pull request #16 from ymage/patch-1
...
Update sudoers
9 years ago
ymage
f9e8655284
Update sudoers
...
Enable includedir
9 years ago
Nitin Madhok
4e579839c5
Merge pull request #15 from JaseFace/master
...
FreeBSD support with group 0 being wheel, clean up config-path
9 years ago
Jason Wolfe
5f6395fc43
FreeBSD support with group 0 being wheel, clean up config-path
9 years ago
David Boucha
7d216f395f
Merge pull request #14 from jszakmeister/fix-typo-in-pillar-example
...
pillar.example: fix a small typo
9 years ago
John Szakmeister
78a06fd562
pillar.example: fix a small typo
9 years ago
Forrest
36744c92de
Merge pull request #13 from kev009/master
...
Initial FreeBSD support
9 years ago
Kevin Bowling
8fa0d85ac9
Initial FreeBSD support
9 years ago
Kevin Bowling
f7f01e6714
Pillar whitespace
9 years ago
Nitin Madhok
4f3761301e
Merge pull request #12 from andrew-vant/mintsupport
...
Added Linux Mint support.
9 years ago
Andrew Vant
c9230f1b14
Added Linux Mint support.
9 years ago
Nitin Madhok
f6af37072c
Merge pull request #11 from andrew-vant/sudoers-defaults
...
Fixed default permissions for Debian-based distributions.
9 years ago
Andrew Vant
8bf6d6711f
Fixed default permissions for Debian-based distributions.
...
The code around lines 84 and 91 expects 'specs' to be a list,
but the defaults provide a single string value. This causes
wrong behavior if sudoers:users or sudoers:groups are not
specified in pillar.
9 years ago
Nitin Madhok
ba5fe97d2a
Update README.rst
9 years ago
Nitin Madhok
f9a2f7269c
Update README.rst
9 years ago
Nitin Madhok
0c7422324b
Merge pull request #10 from rfairburn/master
...
allow for multiple lines for the same user or group
9 years ago
Robert Fairburn
cd1ddcf25f
allow for multiple lines for the same user or group
9 years ago
Nitin Madhok
24ae95394f
Merge pull request #9 from virtru-ops/master
...
Correctly set variables for template
9 years ago
Nitin Madhok
be85f4aff4
Update README.rst
9 years ago
Reuven V. Gonzales
3744718f8c
Correctly set variables for template
9 years ago
Nitin Madhok
c428ec06fa
Update README.rst
...
Fix broken link
9 years ago
Seth House
f78892241f
Merge pull request #5 from rfairburn/master
...
Support Amazon Linux and Additional defaults support
9 years ago
Robert Fairburn
fb3773a605
switch default from list to dict on include to match the global configuration
9 years ago
Robert Fairburn
1c3e6844bc
Fix broken logic surrounding includes and Debian defaults
9 years ago
Robert Fairburn
7662f1272e
attempt to resolve error processing files missing defaults
9 years ago
Robert Fairburn
6941d548fb
Add support for Amazon Linux
9 years ago
Robert Fairburn
595f90c5d4
fix typo in the sudoers file that was causing the wrong data to get populated under new fields
9 years ago
Robert Fairburn
ac278d226c
Extend defaults section of sudoers to permit the following:
...
Default_Type ::= 'Defaults' |
'Defaults' '@' Host_List |
'Defaults' ':' User_List |
'Defaults' '!' Cmnd_List |
'Defaults' '>' Runas_List
9 years ago
Joseph Hall
66ff6d8fee
Merge pull request #4 from carlosperello/master
...
Added support for managing included files
9 years ago
Carlos Perelló Marín
1eb65dec29
Applied review comments
9 years ago
Carlos Perelló Marín
642a93d7df
Improved default values for Debian based distributions to match the distribution default values
9 years ago
Carlos Perelló Marín
e708ea4c8d
Fixed and updated the LICENSE file
9 years ago
Carlos Perelló Marín
461107d8db
Added sudoers.included formula to manage included sudoers files
9 years ago
Joseph Hall
9459832ed2
Merge pull request #3 from borgstrom/patch-1
...
Add missing hash on custom includedir
10 years ago
Evan Borgstrom
ba9c94ce91
Add missing hash on custom includedir
10 years ago