- Jan 20, 2012
-
-
Steffen Zieger authored
-
- Jan 19, 2012
-
-
Steffen Zieger authored
Simplify looking up user defaults from params namespace
-
Dan Bode authored
This commit simplifies the process by which the default value of $user is determined when not provided. The memcached class inherits from the params class so that the params class defaults are accessible as parameter defaults. It is worth noting that this code will not work with versions 2.6.0 -> 2.6.5 It is also worth noting that this will probably just be a temporary refactor until hiera becomes more pervasive.
-
- Jan 17, 2012
-
-
Steffen Zieger authored
-
Steffen Zieger authored
-
Steffen Zieger authored
-
Steffen Zieger authored
CentOS/Redhat support
-
Bram Swenson authored
-
- Jan 10, 2012
-
-
Steffen Zieger authored
-
Steffen Zieger authored
Refactor
-
- Jan 05, 2012
-
-
Dan Bode authored
This commit updates the README to reflect the refactor to use a parameterized class.
-
Dan Bode authored
Also adds the standard module Rakefile, a spec_helper for rspec-puppet, and a README to help setup the tests.
-
Dan Bode authored
This commit significantly refactors all manifests: - consolidates all manifests into a single class - converts to a parameterized class with the same defaults - switched to 2 space indentation These changes are not intended to change any behavior of the manifests, but it does change how they will be used going forward: class { 'memcached': package_ensure => 'latest', tcp_port => '11212' udp_port => '11212', }
-
- Nov 20, 2011
-
-
Saz authored
-
- Sep 13, 2011
-
-
Saz authored
-