Skip to content

Commit 5744933

Browse files
author
shimon
committed
fixing var in file resource
1 parent 8717699 commit 5744933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Stdlib::Absolutepath $file_path = "$home_base_directory/$user/$filename",
2626
Array $machine_user_password_triples) {
2727

28-
file { "file_path":
28+
file { "$file_path":
2929
ensure => $ensure,
3030
content => template('netrc/netrc.erb'),
3131
mode => '0600',

0 commit comments

Comments
 (0)