Skip to content

Commit 1e10daf

Browse files
authored
Merge pull request #14 from spidersddd/master
name translation not working to the bash script
2 parents 7f1cd3d + de3c08f commit 1e10daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)