lib/r10k/environment/svn.rb in r10k-2.6.9 vs lib/r10k/environment/svn.rb in r10k-3.0.0
- old
+ new
@@ -41,10 +41,10 @@
# @option options [String] :username The SVN username
# @option options [String] :password The SVN password
def initialize(name, basedir, dirname, options = {})
super
- setopts(options, {:remote => :self, :username => :self, :password => :self})
+ setopts(options, {:remote => :self, :username => :self, :password => :self, :puppetfile_name => :self })
@working_dir = R10K::SVN::WorkingDir.new(Pathname.new(@full_path), :username => @username, :password => @password)
end
# Perform an initial checkout of the SVN repository or update the repository.