You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
file.pp
class { "n98magerun": }->
When you run the command yourself, it works, but somehow puppet can't download the .phar with Exec[download n98-magerun]
Error: Failed to apply catalog: Validation of Exec[download n98-magerun] failed: 'curl -L -o n98-magerun.phar https://raw.githubusercontent.com/netz98/n98-magerun/master/n98-magerun.phar' is not qualified and no path was specified. Please qualify the command or specify a path. at /etc/puppet/environments/development/modules/n98magerun/manifests/init.pp:23
Wrapped exception:
'curl -L -o n98-magerun.phar https://raw.githubusercontent.com/netz98/n98-magerun/master/n98-magerun.phar' is not qualified and no path was specified. Please qualify the command or specify a path.
Any Idea, what maight cuase this problem?
The text was updated successfully, but these errors were encountered: