So I’ve got an ordering problem here - and I’m not...
# puppet
p
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.