Sha256: 607879d08888230e0a96eda247019edd01d980b61ad07f16a1e6238f77d83c16

Contents?: true

Size: 281 Bytes

Versions: 39

Compression:

Stored size: 281 Bytes

Contents

module Blue
  module Ntpd

    def ntpd
      package :ntp, :ensure => :latest
      service :ntp, :ensure => :running, :require => package('ntp'), :pattern => 'ntpd'
    end

    def self.included(klass)
      klass.class_eval do
        recipe :ntpd
      end
    end
  end
end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
blue-0.2.7 lib/blue/plugins/ntpd.rb
blue-0.2.6 lib/blue/plugins/ntpd.rb
blue-0.2.5 lib/blue/plugins/ntpd.rb
blue-0.2.3 lib/blue/plugins/ntpd.rb
blue-0.2.2 lib/blue/plugins/ntpd.rb
blue-0.2.1 lib/blue/plugins/ntpd.rb
blue-0.2.0 lib/blue/plugins/ntpd.rb
blue-0.1.9 lib/blue/plugins/ntpd.rb
blue-0.1.8 lib/blue/plugins/ntpd.rb
blue-0.1.7 lib/blue/plugins/ntpd.rb
blue-0.1.6 lib/blue/plugins/ntpd.rb
blue-0.1.5 lib/blue/plugins/ntpd.rb
blue-0.1.4 lib/blue/plugins/ntpd.rb
blue-0.1.3 lib/blue/plugins/ntpd.rb
blue-0.1.2 lib/blue/plugins/ntpd.rb
blue-0.1.1 lib/blue/plugins/ntpd.rb
blue-0.1.pre lib/blue/plugins/ntpd.rb
blue-0.0.23 lib/blue/plugins/ntpd.rb
blue-0.0.22 lib/blue/plugins/ntpd.rb
blue-0.0.21 lib/blue/plugins/ntpd.rb