Sha256: 6f306e4cc2f420aed879bf44a5e9a7634e580ce2b30845826f6c7915baf25be7

Contents?: true

Size: 422 Bytes

Versions: 10

Compression:

Stored size: 422 Bytes

Contents

task :spec do
    FileList["static-modules/**/Rakefile"].each do |project|
        Rake::Task.clear
        load project
        dir = project.pathmap("%d")
        Dir.chdir(dir) do
          spec_task = Rake::Task[:spec]
          spec_task.invoke()
        end
    end
end

require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.ignore_paths =['modules/**/*']
PuppetLint.configuration.send("disable_80chars")

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
opskeleton-0.4.5 templates/Rakefile
opskeleton-0.4.4 templates/Rakefile
opskeleton-0.4.3 templates/Rakefile
opskeleton-0.4.2 templates/Rakefile
opskeleton-0.4.1 templates/Rakefile
opskeleton-0.4.0 templates/Rakefile
opskeleton-0.3.3 templates/Rakefile
opskeleton-0.3.2 templates/Rakefile
opskeleton-0.3.1 templates/Rakefile
opskeleton-0.3.0 templates/Rakefile