Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-25 | Fix future parser tests | Raphaël Pinson | |
2014-11-25 | Use parser=future | Raphaël Pinson | |
2014-11-13 | .travis.yml: Split the script command [skip ci] | Raphaël Pinson | |
2014-11-12 | Sync .travis.yml | Raphaël Pinson | |
2014-11-12 | Use forge_password in .sync.yml | Raphaël Pinson | |
2014-10-30 | Use modulesync to manage meta files | Mickaël Canévet | |
2014-10-27 | Use modulesync to manage meta files | Mickaël Canévet | |
2014-10-21 | Use modulesync to manage meta files | Mickaël Canévet | |
2014-10-20 | Release 0.4.0 | Raphaël Pinson | |
2014-10-20 | Convert Modulefile to metadata.json [skip ci] | Raphaël Pinson | |
2014-10-20 | Fix missing facts in specs | Raphaël Pinson | |
2014-10-20 | No need for pry and simplecov [skip ci] | Raphaël Pinson | |
2014-10-20 | Update .travis.yml with ghpublisher [skip ci] | Raphaël Pinson | |
2014-10-20 | Add .sync.yml [skip ci] | Raphaël Pinson | |
2014-10-20 | Sync module | Raphaël Pinson | |
2014-10-20 | Add Forge badge | Raphaël Pinson | |
2014-03-31 | Fix dependencies, change License | Mickaël Canévet | |
2014-03-03 | Merge pull request #7 from mostlyconscience/patch-1 | Mickaël Canévet | |
Update params.pp: Ubuntu Lucid/Precise | |||
2014-02-18 | Update params.pp: Ubuntu Lucid/Precise | Richard Anderson | |
Added compatibility for Ubuntu Lucid and Ubuntu Precise versions. | |||
2014-02-05 | Release 0.2.0 | Raphaël Pinson | |
2013-10-30 | Do not call concat::setup anymore | Raphaël Pinson | |
2013-06-12 | added wheezy support | Cédric Jeanneret | |
2013-04-14 | Merge pull request #5 from raphink/dev/cleanup | Raphaël Pinson | |
Cleanup, refactor… | |||
2013-04-12 | Fix inverted logic for $is_shared in dhcp::subnet | Raphaël Pinson | |
2013-04-12 | capital letters are valid in mac addresses | Raphaël Pinson | |
2013-04-12 | README | Raphaël Pinson | |
2013-04-12 | doc | Raphaël Pinson | |
2013-04-12 | README | Raphaël Pinson | |
2013-04-12 | Add LICENSE and README.md | Raphaël Pinson | |
2013-04-12 | Add spec for dhcp::subnet and improve template and definition | Raphaël Pinson | |
2013-04-12 | Test working dhcp::shared_network | Raphaël Pinson | |
2013-04-12 | Rename dhcp::shared-network to dhcp::shared_network, add specs | Raphaël Pinson | |
2013-04-12 | Simplify template | Raphaël Pinson | |
2013-04-12 | Pass $ensure to concat::fragment in dhcp::hosts | Raphaël Pinson | |
2013-04-12 | Rename shared-network as shared_network | Raphaël Pinson | |
2013-04-12 | Test target for concat::fragment in dhcp::hosts | Raphaël Pinson | |
2013-04-12 | Remove duplicated tests, test template override | Raphaël Pinson | |
2013-04-12 | Improve template host.conf.erb with validations and add spec for dhcp::hosts | Raphaël Pinson | |
2013-04-12 | small letters | Raphaël Pinson | |
2013-04-11 | Doc in dhcp::server | Raphaël Pinson | |
2013-04-11 | Check param validation in dhcp::server::config | Raphaël Pinson | |
2013-04-11 | Get rid of unscoped variables in dhcp::server, fix template | Raphaël Pinson | |
2013-04-11 | Fix trailing whitespaces | Raphaël Pinson | |
2013-04-11 | Add spec tests for the dhcp class | Raphaël Pinson | |
2013-04-11 | Add variable validations | Raphaël Pinson | |
2013-04-11 | Prepare for rspec tests | Raphaël Pinson | |
2013-04-11 | Add Modulefile | Raphaël Pinson | |
2013-04-11 | Use # as comments | Raphaël Pinson | |
2013-04-11 | Refactor module | Raphaël Pinson | |
* Use a top dhcp class with a $server boolean param * Refactor the dhcp::class to use packages/config/service classes * Don't use inheritance, put everything in dhcp::params | |||
2013-04-10 | Merge pull request #4 from cjeanneret/hosts-uses-hashes | Jeanneret Cedric | |
Hosts uses hashes |