]>
gitweb.fluxo.info Git - puppet-loginrecords.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Silvio Rhatto [Mon, 5 Jun 2017 22:12:25 +0000 (19:12 -0300)]
Changes for puppet 4 compatibility
Silvio Rhatto [Sun, 26 May 2013 23:50:12 +0000 (20:50 -0300)]
Merge branch 'master' of ssh://labs.riseup.net/shared-loginrecords
intrigeri [Mon, 6 May 2013 13:01:14 +0000 (15:01 +0200)]
Update copyright years.
intrigeri [Mon, 6 May 2013 12:59:27 +0000 (14:59 +0200)]
Fix typo.
intrigeri [Mon, 6 May 2013 12:59:23 +0000 (14:59 +0200)]
Linting.
Silvio Rhatto [Fri, 18 Jan 2013 14:03:04 +0000 (12:03 -0200)]
Merge branch 'master' of ssh://labs.riseup.net/shared-loginrecords
mh [Fri, 4 Jan 2013 19:29:20 +0000 (20:29 +0100)]
fix matching
mh [Fri, 4 Jan 2013 19:04:27 +0000 (20:04 +0100)]
use file_line
intrigeri [Wed, 2 Jan 2013 12:12:59 +0000 (13:12 +0100)]
Hard-fail on deprecated manifests.
intrigeri [Wed, 2 Jan 2013 11:47:34 +0000 (12:47 +0100)]
Merge branch 'shared'
Conflicts:
README
mh [Wed, 2 Jan 2013 10:46:38 +0000 (11:46 +0100)]
hard fail instead of just logging an error message
mh [Wed, 2 Jan 2013 10:45:03 +0000 (11:45 +0100)]
replace old resources with stdlib functions
stdlib has the new file_line, which can also do the same as we
used replace for in one run.
mh [Wed, 2 Jan 2013 10:43:18 +0000 (11:43 +0100)]
linting according to puppet-lint
mh [Tue, 5 Jun 2012 23:06:17 +0000 (20:06 -0300)]
new style for 2.7
intrigeri [Wed, 9 Nov 2011 18:35:05 +0000 (19:35 +0100)]
Take into account that disabling RAMRUN is not supported since Wheezy.
Silvio Rhatto [Wed, 13 Jul 2011 20:53:01 +0000 (17:53 -0300)]
Merge branch 'master', remote branch 'origin'
mh [Fri, 4 Mar 2011 16:38:14 +0000 (17:38 +0100)]
fixing override typo
mh [Tue, 1 Mar 2011 22:50:11 +0000 (23:50 +0100)]
merge with intrigeri
intrigeri [Fri, 25 Feb 2011 23:19:22 +0000 (00:19 +0100)]
New feature: mount a ramdisk on /var/run.
This helps protecting users privacy since /var/run/utmp cannot be deleted.
intrigeri [Fri, 25 Feb 2011 23:01:16 +0000 (00:01 +0100)]
Chmod /var/run/utmp 640 instead of removing it.
Quoting utmp(5):
"Unlike various other systems, where utmp logging can be disabled by removing
the file, utmp must always exist on Linux."
Moreover, removing this file breaks some of Puppet's functionality.
mh [Sun, 9 Jan 2011 21:51:26 +0000 (22:51 +0100)]
Disable removing utmp by default
This breaks various scripts such as runlevel and hence invoke-rc.d
intrigeri [Wed, 15 Dec 2010 09:26:51 +0000 (10:26 +0100)]
Explicitly prevent removed login records files to be backup'd.
The whole idea of this module is to avoid keeping the information that is
usually stored in these files, rather than moving it to a Puppet fileserver.
mh [Thu, 9 Dec 2010 17:32:49 +0000 (18:32 +0100)]
fix typo
mh [Thu, 9 Dec 2010 17:20:38 +0000 (18:20 +0100)]
finish refactoring
refactor everything towards class parameters and also add enable
class for lastlog
mh [Thu, 9 Dec 2010 16:41:39 +0000 (17:41 +0100)]
lastlog improvements
* use class parameters
* clear lastlog content, so also old records are cleared
mh [Tue, 30 Nov 2010 00:05:01 +0000 (01:05 +0100)]
use line define
append_if_no_such_line is identical to line, however the name is
much worser as it does not represent the state model idea of puppet
and rather the action based idea of cfengine.
mh [Mon, 29 Nov 2010 23:58:07 +0000 (00:58 +0100)]
introduce class parameters to make the interface nicer
mh [Mon, 29 Nov 2010 23:49:27 +0000 (00:49 +0100)]
minor code style
mh [Mon, 29 Nov 2010 23:38:41 +0000 (00:38 +0100)]
get rid off import statement
import statements are rather bad and with placing the code in the
proper files we can get rid off the statement at all.
intrigeri [Sun, 17 Oct 2010 18:23:46 +0000 (20:23 +0200)]
Fix permissions on btmp and wtmp when re-creating these.
intrigeri [Sun, 17 Oct 2010 18:23:20 +0000 (20:23 +0200)]
Also disable /var/run/utmp (opt-out).
intrigeri [Sun, 17 Oct 2010 18:13:20 +0000 (20:13 +0200)]
Support disabling btmp and wtmp.
intrigeri [Sun, 17 Oct 2010 17:49:05 +0000 (19:49 +0200)]
Add (untested) lastlog disabling support.
intrigeri [Sun, 17 Oct 2010 17:48:49 +0000 (19:48 +0200)]
Invert options.
intrigeri [Sun, 17 Oct 2010 17:29:25 +0000 (19:29 +0200)]
bugfixes
intrigeri [Sun, 17 Oct 2010 16:41:19 +0000 (18:41 +0200)]
Fix default settings.
intrigeri [Sun, 17 Oct 2010 16:37:58 +0000 (18:37 +0200)]
Initial commit, with untested faillog support.