Skip to content
Snippets Groups Projects
Commit c0a26e3b authored by Filip Strömbäck's avatar Filip Strömbäck
Browse files

Fixed the tal-cli directory.

parent 78cb02c0
No related branches found
No related tags found
2 merge requests!30Merge branch 'cherry-pick-b940cfc1' into 'test',!15Devel
Pipeline #60895 passed
...@@ -7,6 +7,13 @@ class aes::tal_cli( ...@@ -7,6 +7,13 @@ class aes::tal_cli(
owner => examadm, owner => examadm,
group => examadm, group => examadm,
mode => '0700', mode => '0700',
}
file { '/home/examadm/bin/tal-cli' :
ensure => file,
owner => examadm,
group => examadm,
mode => '0700',
source => "puppet:///modules/${module_name}/tal/tal-cli", source => "puppet:///modules/${module_name}/tal/tal-cli",
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment