Skip to content

Commit c4fc9b1

Browse files
authored
Update init.pp (#376)
* Update init.pp make it with links instead for easier updates * Update init.pp
1 parent f839387 commit c4fc9b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/observer/manifests/init.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
# Copy observer-bundle to the server and extract
2626
file { '/opt/observer/observer.gz':
2727
ensure => file,
28-
source => "puppet:///data/observer-d01b469.linux-${::facts['os']['architecture']}.gz",
28+
links => follow,
29+
source => "puppet:///data/observer.linux.${::facts['os']['architecture']}.gz",
2930
notify => Exec['extract-observer'],
3031
}
3132
exec { 'extract-observer':

0 commit comments

Comments
 (0)