Skip to content

Commit ae0cf2d

Browse files
committed
add notify for validation
1 parent da8bf1e commit ae0cf2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/compose.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@
9494
ensure_packages(['curl'])
9595
}
9696

97+
notify {"curl -s -S -L ${proxy_opt} ${docker_compose_url} -o ${docker_compose_location_versioned}":}
98+
9799
exec { "Install Docker Compose ${version}":
98100
path => '/usr/bin/',
99101
cwd => '/tmp',

0 commit comments

Comments
 (0)