Join Slack
Powered by
So I’ve got an ordering problem here - and I’m not...
# puppet
p
Patrick Rynhart
06/01/2023, 10:42 PM
So I’ve got an ordering problem here - and I’m not sure how to fix it for the initial Puppet run. Can anyone help ? I thought that by adding
Copy code
require => Archive["/tmp/dspace-$dspace_version.tar.gz"],
that the Symlink should only be created
after
the Archive resource has finished successfully extracting the TGZ, but this doesn’t seem to be the case.
Open in Slack
Previous
Next