puppet-python icon indicating copy to clipboard operation
puppet-python copied to clipboard

Subscribe error when requirements.txt is in a git clone

Open witchbutter opened this issue 8 years ago • 0 comments
trafficstars

I cannot set the parameter manage_requirements => false when I expect the file to be cloned from git. The class looks for a file resource named requirements.txt and when it doesn't find it the catalog fails.

Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Invalid relationship: Exec[python_requirements/usr/local/src/zookeeper_browser/requirements.txt] { subscribe => File[/usr/local/src/zookeeper_browser/requirements.txt] }, because File[/usr/local/src/zookeeper_browser/requirements.txt] doesn't seem to be in the catalog Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run root@zookeeper-03:~#

witchbutter avatar Jun 09 '17 21:06 witchbutter