@@ -58,12 +58,12 @@ module Pal
5858 #
5959 def self . with_script_compiler (
6060 configured_by_env : false ,
61- manifest_file : nil ,
62- code_string : nil ,
63- facts : { } ,
64- variables : { } ,
65- set_local_facts : true ,
66- &block
61+ manifest_file : nil ,
62+ code_string : nil ,
63+ facts : { } ,
64+ variables : { } ,
65+ set_local_facts : true ,
66+ &block
6767 )
6868 # TRANSLATORS: do not translate variable name strings in these assertions
6969 assert_mutually_exclusive ( manifest_file , code_string , 'manifest_file' , 'code_string' )
@@ -165,12 +165,12 @@ def self.evaluate_script_manifest(manifest_file)
165165 #
166166 def self . with_catalog_compiler (
167167 configured_by_env : false ,
168- manifest_file : nil ,
169- code_string : nil ,
170- facts : { } ,
171- variables : { } ,
172- target_variables : { } ,
173- &block
168+ manifest_file : nil ,
169+ code_string : nil ,
170+ facts : { } ,
171+ variables : { } ,
172+ target_variables : { } ,
173+ &block
174174 )
175175 # TRANSLATORS: do not translate variable name strings in these assertions
176176 assert_mutually_exclusive ( manifest_file , code_string , 'manifest_file' , 'code_string' )
@@ -232,11 +232,11 @@ def self.with_catalog_compiler(
232232 # @yieldparam [Puppet::Pal] context, a context that responds to Puppet::Pal methods
233233 #
234234 def self . in_tmp_environment ( env_name ,
235- modulepath : [ ] ,
236- settings_hash : { } ,
237- facts : nil ,
238- variables : { } ,
239- &block )
235+ modulepath : [ ] ,
236+ settings_hash : { } ,
237+ facts : nil ,
238+ variables : { } ,
239+ &block )
240240 assert_non_empty_string ( env_name , _ ( "temporary environment name" ) )
241241 # TRANSLATORS: do not translate variable name string in these assertions
242242 assert_optionally_empty_array ( modulepath , 'modulepath' )
@@ -279,15 +279,15 @@ def self.in_tmp_environment(env_name,
279279 #
280280 # @api public
281281 def self . in_environment ( env_name ,
282- modulepath : nil ,
283- pre_modulepath : [ ] ,
284- post_modulepath : [ ] ,
285- settings_hash : { } ,
286- env_dir : nil ,
287- envpath : nil ,
288- facts : nil ,
289- variables : { } ,
290- &block )
282+ modulepath : nil ,
283+ pre_modulepath : [ ] ,
284+ post_modulepath : [ ] ,
285+ settings_hash : { } ,
286+ env_dir : nil ,
287+ envpath : nil ,
288+ facts : nil ,
289+ variables : { } ,
290+ &block )
291291 # TRANSLATORS terms in the assertions below are names of terms in code
292292 assert_non_empty_string ( env_name , 'env_name' )
293293 assert_optionally_empty_array ( modulepath , 'modulepath' , true )
0 commit comments