Skip to content

Commit de3c08f

Browse files
committed
name translation not working to the bash script
1 parent 7f1cd3d commit de3c08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plans/configure.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
String[1] $compile_master_pool_address = $primary_master_host,
1616
Boolean $manage_environment_groups = true,
17-
String[1] $token_file = '${HOME}/.puppetlabs/token',
17+
String[1] $token_file = '/root/.puppetlabs/token',
1818
Optional[String[1]] $deploy_environment = undef,
1919

2020
String[1] $stagingdir = '/tmp',

0 commit comments

Comments
 (0)