Commit graph

9 commits

Author SHA1 Message Date
Guillaume Beaulieu
a9f7942304 properly remove access to users when requested 2015-08-20 11:07:11 -04:00
Micah Anderson
6b3428b8c2 remove 'include sudo' because this would result in a duplicate definition if you
have in your site_sudo something like:

  class { 'sudo': deploy_sudoers => true }

instead we just declare a class dependency on the file in the define
2013-06-22 14:51:50 -04:00
Antoine Beaupré
73c5057e01 fix default case 2013-06-22 13:45:02 -04:00
Antoine Beaupré
f4f40c5718 autoloading fix 2013-06-22 13:40:28 -04:00
Antoine Beaupré
7812183189 sudoersdir/dir to avoid redundancy 2013-06-22 12:58:08 -04:00
Antoine Beaupré
b3d158a696 make the user default work 2013-06-22 12:50:49 -04:00
Antoine Beaupré
f02dcffe22 make the sudoers directory parametrized 2013-06-22 12:38:41 -04:00
Gabriel Filion
9c4d6fc6ec lint manifests
respect style from best practices. this makes the code a lot easier to
read.

also change groups from "root" to "0" to make them more portable (e.g.
in freebsd, the admin group is "wheel" but has gid "0")
2013-04-25 18:58:04 -04:00
Gabriel Filion
d705c23880 change name to "access"
the term is more generic and avoids dashes in the name (which are
deprecated from puppet 2.7)
2013-04-25 18:51:18 -04:00
Renamed from manifests/extra-access.pp (Browse further)