3199 Commits

Author SHA1 Message Date
ajacoutot
ae46b92a60 Drop /var/run/console management patches, calls to session.d's
session_active_changed are not supported since a while.
That fixes a race condition where connecting to ConsoleKit could fail
which would lead to several issues (unable to unlock screen, reboot...).
2013-12-30 08:52:08 +00:00
ajacoutot
025c6a8b6c Tweaks. 2013-12-29 18:47:37 +00:00
jasper
14fda10df2 sync 2013-12-29 13:41:49 +00:00
jasper
e20d183b17 import mcollective-filemgr-agent
This agent let you touch files, delete files or retrieve a bunch of
stats about a file.

ok aja@
2013-12-29 13:41:03 +00:00
jasper
e422f91124 import mcollective-sysctl-data
This plugin can retrieve a value from a sysctl variable to be used in
agents and discovery.

ok aja@
2013-12-29 13:40:31 +00:00
krw
ae52e93779 Replace circleq inpt_queue with tailq, as inpt_queue is now a TAILQ.
Spotted in bulk build by sthen@.
2013-12-28 20:44:21 +00:00
jasper
3fa495b306 Security update of puppet to 3.4.1 which addresses CVE-2013-4969
http://puppetlabs.com/security/cve/cve-2013-4969
2013-12-28 19:08:06 +00:00
landry
7b525e3e7a Update to salt 0.17.4. 2013-12-27 10:19:30 +00:00
ajacoutot
8e21e490c6 Add the @extra marker for /var/log/ConsoleKit/history 2013-12-27 10:12:58 +00:00
ajacoutot
c1af9f124c Update to toad-0.9. 2013-12-27 09:14:02 +00:00
rpe
a517a9c5c6 Update ansible to 1.4.3
ok aja@ landry@
2013-12-24 18:53:37 +00:00
jca
f84c18d8b9 +ttyload 2013-12-24 13:08:55 +00:00
jca
8b906e136a Import ttyload. Input and ok from bcallah@, who also takes
maintainership.

ttyload writes a color-coded graph of load averages over time, using
the full width of a tty.
2013-12-24 13:06:22 +00:00
jasper
768e417cad +mcollective-plugins 2013-12-24 09:21:05 +00:00
jasper
d1eb197cdd add common plumbing 2013-12-24 09:20:38 +00:00
jasper
dd4967ac50 MCollective agent to manage Services
ok aja@
2013-12-24 09:20:15 +00:00
jasper
3433e903db MCollective agent to manage Packages
ok aja@
2013-12-24 09:20:00 +00:00
jasper
ec40bf1780 MCollective agent to manage the Puppet agent
ok aja@
2013-12-24 09:19:32 +00:00
jasper
bbafa987c8 stomp >= 1.3.2 is required, so force the dependency 2013-12-23 22:11:38 +00:00
jasper
ed9d2655a5 update to mcollective-2.3.3 2013-12-23 17:08:19 +00:00
zhuk
d04ea22dcb Next KDE deconflicting step: rename share/config/ to share/config.kde3/ and
share/config.kcfg/ to share/config.kcfg.kde3/. Tested on i386, including
run-time tests (not for all apps, though).

After this commit, there are only two conflicting files in kdelibs 3.x and
4.x packages left - to be solved soon.

spurring from espie@
2013-12-22 19:24:33 +00:00
jasper
b260d160ca sprinkle some more ed25519 love 2013-12-21 21:34:33 +00:00
jasper
5e1915ec11 - add ssh-ed25519 related facts 2013-12-21 20:52:21 +00:00
jasper
f011bfa15d put back NO_BUILD and add ruby 1.9 as a build dependency instead; breaks
otherwise as it tries to use a Makefile which doesn't exist.
2013-12-21 20:49:26 +00:00
jasper
9f86397ab5 improve error handling for :upgradeable:
- if pkg_add reports one PKG_PATH is empty, don't cry wolf but just log it.
- if a locally installed package is newer than what is available on a mirror
  log it at debug level and don't try to pkg_add the locally installed version
  (only to have it fail).
2013-12-21 15:06:02 +00:00
jasper
ac8981df1c update comment with "watch list" 2013-12-21 15:03:52 +00:00
jasper
3439b8f57d remove bogus NO_BUILD since ${RUBY} gets invoked in do-install.
spotted by landry@
2013-12-21 10:29:52 +00:00
jasper
64ff43fcbc - update to puppet-3.4.0
* full changelog http://docs.puppetlabs.com/puppet/3/reference/release_notes.html#puppet-340
2013-12-20 14:10:41 +00:00
krw
f986a60d52 Adapt to change of inpt_queue to TAILQ from CIRCLEQ.
ok zhuk@ sthen@
2013-12-20 02:11:33 +00:00
jasper
ea3534651e - update to facter-1.7.4 2013-12-19 09:35:01 +00:00
jasper
c69fe5e809 bump to ruby-shadow-2.3.2
* no functional change as it just merges patches/ into a release
2013-12-18 22:10:09 +00:00
jasper
5a1f50e71b +curlftpfs 2013-12-17 15:41:21 +00:00
jasper
134f82b63a import curlftpfs
CurlFtpFS is a filesystem for acessing ftp hosts based on FUSE and
libcurl.

ok aja@ syl@ (who also fixed an issue with 'create', thanks)
2013-12-17 15:39:42 +00:00
ajacoutot
3c786f247f Fix path to false(1). 2013-12-17 08:20:04 +00:00
ajacoutot
37bed619b6 Make it clear the run depends on gtk+3 is needed because of pygobject
introspection.
2013-12-16 08:24:04 +00:00
naddy
a64248dadb use struct winsize instead of ttysize 2013-12-13 16:42:35 +00:00
jasper
223e6372b8 add ruby-shadow as a dependency; this enables support for managing user{} passwords 2013-12-13 07:52:55 +00:00
jasper
e0f22e8b36 +ruby-shadow 2013-12-13 07:52:14 +00:00
jasper
c70eb6f363 import ruby-shadow-2.3.1
This module provides access to shadow passwords on Linux, OSX, FreeBSD,
OpenBSD and Solaris.

ok aja@
2013-12-13 07:50:53 +00:00
jasper
336fea105f committed upstream + merge in a tweak that went in along with it. 2013-12-12 21:12:38 +00:00
jasper
549a711af0 fix warning on startup of new agents about permissions on /var/puppet/lib/ 2013-12-11 20:41:13 +00:00
jasper
89303b8a7c this was committed upstream just in time for puppet 3.4.0 2013-12-11 20:32:47 +00:00
rpe
e199690d81 Update ansible to 1.4.1
ok aja, landry
2013-12-11 20:27:01 +00:00
ajacoutot
e6a367bb81 Typo. 2013-12-11 16:11:19 +00:00
ajacoutot
f76c5fab26 Update to toad-0.8. 2013-12-11 12:17:12 +00:00
ajacoutot
3e6d48f3dc Oops, quick update to toad-0.7 to unbreak toadd(8). 2013-12-09 11:44:37 +00:00
ajacoutot
c9ff72a451 Update to toad-0.6. 2013-12-09 09:23:47 +00:00
jasper
2c927b29a3 add upstream pr to comment 2013-12-06 21:33:28 +00:00
jasper
5e32ab6ea3 let the ssh_authorized_key type recognize the new ssh-ed25519 key type. 2013-12-06 21:07:03 +00:00
ajacoutot
740fa1a905 Update to toad-0.5.
Fix build with WARNINGS (from giovanni@).
2013-12-05 16:18:46 +00:00