mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Upgrade php from 5.4.* to 5.5.*
This commit is contained in:
18
resources/vagrant/vms/phraseanet-php55-nginx/puphpet/puppet/modules/stdlib/Rakefile
vendored
Normal file
18
resources/vagrant/vms/phraseanet-php55-nginx/puphpet/puppet/modules/stdlib/Rakefile
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
require 'rubygems'
|
||||
require 'puppetlabs_spec_helper/rake_tasks'
|
||||
require 'puppet-lint/tasks/puppet-lint'
|
||||
PuppetLint.configuration.send('disable_80chars')
|
||||
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]
|
||||
|
||||
desc "Validate manifests, templates, and ruby files in lib."
|
||||
task :validate do
|
||||
Dir['manifests/**/*.pp'].each do |manifest|
|
||||
sh "puppet parser validate --noop #{manifest}"
|
||||
end
|
||||
Dir['lib/**/*.rb'].each do |lib_file|
|
||||
sh "ruby -c #{lib_file}"
|
||||
end
|
||||
Dir['templates/**/*.erb'].each do |template|
|
||||
sh "erb -P -x -T '-' #{template} | ruby -c"
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user