- 20 Aug, 2014 5 commits
-
-
Remi Ferrand authored
Fix nonexistent parameter ensure in puppetlabs-concat prior to 1.1.0
-
Rémi FERRAND ⛰ authored
-
Rémi FERRAND ⛰ authored
* Fixup some puppet-lint stuff: - Specify that puppet-lint should be run according to local directory (add '--relative' option to puppet-lint). * Ignore Gemfile.lock
-
Rémi FERRAND ⛰ authored
* Update CHANGELOG * Update Modulefile
-
Rémi FERRAND ⛰ authored
* puppetlabs-concat v1.0.4 is the latest version supported by puppetlabs. * This module was using `ensure` parameter on the `concat` type even if this parameter is not yet available in v1.0.4 and puppet-remctl Modulefile pretends that puppetlabs-concat v1.x is compatible. * With no possibility to `ensure` that the final concatenated file is _absent_, when no command is defined, an empty file with only _WARNINGS_ is left on the host (i.e there is no way to actually really remove an empty command file)
-
- 24 Jun, 2014 1 commit
-
-
Rémi FERRAND ⛰ authored
* Remove useless `if defined` surrounding `include xinetd` in `server.pp` * Final _CHANGELOG_ modifications * require rspec < 3.0.0 for test suite as rspec-puppet seems to have no support for 3.x version * Fix issue when two remctl::server::commands were declared; one with ensure absent, the other one with ensure present. If the absent one was handled first, the `concat` object would have `ensure => absent`. This would conflict with the `ensure => present` other.
-
- 20 May, 2014 1 commit
-
-
Rémi FERRAND ⛰ authored
-
- 19 May, 2014 3 commits
-
-
Rémi FERRAND ⛰ authored
-
Rémi FERRAND ⛰ authored
-
Rémi FERRAND ⛰ authored
* now uses puppetlabs-concat * no public API changes ``` Finished in 29.21 seconds 156 examples, 0 failures Total resources: 22 Touched resources: 22 Resource coverage: 100.00% ```
-
- 16 May, 2014 2 commits
-
-
Rémi FERRAND ⛰ authored
* puppet-ccin2p3-remctl -> puppet-remctl
-
Rémi FERRAND ⛰ authored
* Fix small typo in README.md * Add detailed release procedure for this module * Update CHANGELOG and Modulefile * Adapt Modulefile to Semantic Versioning * We were previously specifying >= version * We now only uses Major version number requirement
-
- 15 May, 2014 2 commits
-
-
Rémi FERRAND ⛰ authored
* Old URL was https://github.com/ccin2p3/puppet-ccin2p3-remctl * New URL is https://github.com/ccin2p3/puppet-remctl
-
Rémi FERRAND ⛰ authored
* Added rspec-test suite * Added code coverage analyzis * Unified classes interface
-
- 16 Apr, 2014 2 commits
-
-
Rémi FERRAND ⛰ authored
* Add documentation for `remctl::server::command` with multiple subcommands. * Add basic test for a command with multiple subcommands. * Notify users that all xinetd options are not available through `remctl::server`.
-
Rémi FERRAND ⛰ authored
* Fix github issue #2 * Change version to v1.1.1
-
- 11 Apr, 2014 11 commits
-
-
Rémi FERRAND ⛰ authored
-
Rémi FERRAND ⛰ authored
-
Rémi FERRAND ⛰ authored
-
Rémi FERRAND ⛰ authored
* As suggested by Russ A., a class `remctl::client` was introduced to handle remctl client installation. * Class `remctl::server` now manages remctl server installation * Class `remctl` now does nothing and should not be used anymore
-
Rémi FERRAND ⛰ authored
* As pointed out by Russ A., when user was specifying a non standard port for remctl server, file `/etc/services` was updated which is non wanted. If a non standard port is specified, xinetd service type UNLISTED is used. * As Russ A. said, UDP protocol is very unlikely to be used so UDP declaration in `/etc/services` was removed
-
Rémi FERRAND ⛰ authored
As suggested by @rra, subcommand arrays like: ``` command subcommand1 /usr/sbin/command logmask=3,4 \ ANYUSER command subcommand2 /usr/sbin/command logmask=3,4 \ file:/etc/remctl/acl/myaclfile [...] ``` should be possible. The mandatory parameter `command` of `remctl::server::command` class now allows it.
-
Rémi FERRAND ⛰ authored
Upgrade to version 1.0.1 after changing paths according to remctl RPM spec file.
-
Rémi FERRAND ⛰ authored
CeCILL LICENSE requires UTF-8 encoding
-
Rémi FERRAND ⛰ authored
-
Rémi FERRAND ⛰ authored
Old repository was used for travis-ci image.
-
Rémi FERRAND ⛰ authored
@rra spec file is using /etc/remctl/{acl,conf.d} directories. We're now using the same paths.
-
- 26 Mar, 2014 1 commit
-
-
Rémi FERRAND ⛰ authored
-
- 24 Mar, 2014 6 commits
-
-
Rémi FERRAND ⛰ authored
-
Remi Ferrand authored
Add travis CI support
-
Rémi FERRAND ⛰ authored
-
Rémi FERRAND ⛰ authored
-
Rémi FERRAND ⛰ authored
-
Remi Ferrand authored
Run tests as root for Augeas resources would failed. Now handle TCP and UDP resources in /etc/services files
-
- 10 Mar, 2014 6 commits
-
-
Xavier CANEHAN authored
-
Rémi FERRAND ⛰ authored
-
Rémi FERRAND ⛰ authored
-
Rémi FERRAND ⛰ authored
-
Rémi FERRAND ⛰ authored
-
Rémi FERRAND ⛰ authored
-