cmuench / puppet-n98magerun

n98-magerun puppet module [unmaintained]
Apache License 2.0
4 stars 15 forks source link

Exec[download n98-magerun] #11

Open agoncilku opened 9 years ago

agoncilku commented 9 years ago

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?