Commit graph

7 commits

Author SHA1 Message Date
Gabriel Filion
3ac9c6fbb3 rename user-alias to user_alias
the name is good but we'd like to avoid dashes since it's deprecated
starting with puppet 2.7
2013-04-25 19:00:31 -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
Antoine Beaupré
d996ff9797 style 2013-04-24 16:04:45 -04:00
Antoine Beaupré
bf7c40b7f4 explaine again 2013-04-24 16:04:12 -04:00
Antoine Beaupré
1bc29f5ff5 use the builtin name variable instead of creating a new one
this allows us to simplify the manifests by using:

extra-access { 'user': }

.. instead of having to explicitely set it.

if we need to have multiple users, we can do:

extra-access { 'user_foo': name => 'user' }
2013-04-24 14:42:06 -04:00
Antoine Beaupré
4aa05ebb49 files were reversed 2013-04-24 14:29:04 -04:00
Guillaume Beaulieu
0cd13c203b Respect the autoloader 2013-04-24 14:01:34 -04:00