lib/r10k/cli/deploy.rb in r10k-3.2.3 vs lib/r10k/cli/deploy.rb in r10k-3.3.0
- old
+ new
@@ -59,10 +59,9 @@
on modules specified in the Puppetfile and an update will be automatically
scheduled. On subsequent deployments, Puppetfile deployment will default to off.
DESCRIPTION
flag :p, :puppetfile, 'Deploy modules from a puppetfile'
- required nil, :'default-branch-override', 'Specify a branchname to override the default branch in the puppetfile'
runner R10K::Action::CriRunner.wrap(R10K::Action::Deploy::Environment)
end
end
end