Sha256: 5c0ef455e9f8c20b57232fe2e1a164e4534c6236b390f03e04d2ca41b5154b32

Contents?: true

Size: 435 Bytes

Versions: 4

Compression:

Stored size: 435 Bytes

Contents

module Puppet::Module::Tool
  module Applications

    class Freezer < Application
      # TODO Review whether the 'freeze' feature should be fixed or deleted.
=begin
      def skeleton
        @skeleton ||= Skeleton.new
      end
        
      def run
        header "Freezing in #{skeleton.custom_path}"
        skeleton.freeze!
        say "Done.  Modify these files for the `generate` task."
      end
=end
    end
    
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
puppet-module-0.3.4 lib/puppet/module/tool/applications/freezer.rb
puppet-module-0.3.3 lib/puppet/module/tool/applications/freezer.rb
puppet-module-0.3.2 lib/puppet/module/tool/applications/freezer.rb
puppet-module-0.3.0 lib/puppet/module/tool/applications/freezer.rb