Mentions légales du service

Skip to content
Snippets Groups Projects
Commit de627c75 authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

[dev] cleanup

parent 06b97a9c
No related branches found
No related tags found
No related merge requests found
File moved
GEM
remote: https://rubygems.org/
specs:
hash_validator (0.4.0)
hashdiff (0.3.0)
ipaddress (0.8.3)
json (1.8.3)
mime-types (3.0)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0221)
net-ssh (3.1.1)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
net-ssh-multi (1.2.1)
net-ssh (>= 2.6.5)
net-ssh-gateway (>= 1.2.0)
peach (0.5.1)
rest-client (1.6.7)
mime-types (>= 1.16)
ruby-cute (0.4)
ipaddress (~> 0.8)
json (~> 1.8)
net-ssh-multi (~> 1.2)
rest-client (= 1.6.7)
PLATFORMS
ruby
DEPENDENCIES
hash_validator
hashdiff
net-ssh
peach
ruby-cute
all_tasks = [:bindg5k, :conmang5k, :dhcpg5k, :kadeployg5k, :lanpowerg5k]
task :default => all_tasks
all_tasks.each { |t|
desc "Generate #{t} configuration"
task t do
puts "#{t}.rb -o #{ENV['puppet_repo']} -s #{ENV['sites']}"
ruby "#{t}.rb -o #{ENV['puppet_repo']} -s #{ENV['sites']}"
end
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment