@@ -83,7 +83,7 @@ def bootstrap(logger)
8383 tmphash [ :basedir ] = @options [ :bootstrapped_dir ]
8484 elsif @options [ :branch ] == '.'
8585 if @options [ :bootstrap_current ]
86- tmphash [ :basedir ] = OctocatalogDiff ::Util ::Util . temp_dir ( 'ocd-bootstrap-basedir-' , @options [ :existing_tempdir ] )
86+ tmphash [ :basedir ] = OctocatalogDiff ::Util ::Util . temp_dir ( 'ocd-bootstrap-basedir-' )
8787 FileUtils . cp_r File . join ( @options [ :basedir ] , '.' ) , tmphash [ :basedir ]
8888
8989 o = @options . reject { |k , _v | k == :branch } . merge ( path : tmphash [ :basedir ] )
@@ -92,7 +92,7 @@ def bootstrap(logger)
9292 tmphash [ :basedir ] = @options [ :basedir ]
9393 end
9494 else
95- tmphash [ :basedir ] = OctocatalogDiff ::Util ::Util . temp_dir ( 'ocd-bootstrap-checkout-' , @options [ :existing_tempdir ] )
95+ tmphash [ :basedir ] = OctocatalogDiff ::Util ::Util . temp_dir ( 'ocd-bootstrap-checkout-' )
9696 OctocatalogDiff ::CatalogUtil ::Bootstrap . bootstrap_directory ( @options . merge ( path : checkout_dir ) , logger )
9797 end
9898
@@ -173,8 +173,7 @@ def exec_puppet(logger)
173173 # Set up the ScriptRunner
174174 scriptrunner = OctocatalogDiff ::Util ::ScriptRunner . new (
175175 default_script : 'puppet/puppet.sh' ,
176- override_script_path : @options [ :override_script_path ] ,
177- existing_tempdir : @options [ :existing_tempdir ]
176+ override_script_path : @options [ :override_script_path ]
178177 )
179178
180179 begin
0 commit comments