Skip to content
Snippets Groups Projects
  1. Jan 20, 2012
  2. Jan 19, 2012
    • Steffen Zieger's avatar
      Merge pull request #3 from bodepd/user_default_refactor · 4ca72bbf
      Steffen Zieger authored
      Simplify looking up user defaults from params namespace
      4ca72bbf
    • Dan Bode's avatar
      Simplify looking up user defaults from params namespace · c888070b
      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.
      c888070b
  3. Jan 17, 2012
  4. Jan 10, 2012
  5. Jan 05, 2012
    • Dan Bode's avatar
      Update README · 04bdd31a
      Dan Bode authored
      This commit updates the README to reflect
      the refactor to use a parameterized class.
      04bdd31a
    • Dan Bode's avatar
      Add unit tests for memcached manifest · 162ed65e
      Dan Bode authored
      Also adds the standard module Rakefile, a spec_helper
      for rspec-puppet, and a README to help setup the tests.
      162ed65e
    • Dan Bode's avatar
      (Refactor) Significant refactor of memcached module · 4a1970ad
      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',
      }
      4a1970ad
  6. Nov 20, 2011
  7. Sep 13, 2011
Loading