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
I always seem to get the following error, whenever i am trying to create a location with the following location attribute:
~* .(ico|3gp|gif|jpg|cur|svg|jpeg|wmv|avi|asf|asx|mpg|mpeg|mp4|ttf|woff|eot|svg|pls|mp3|mid|wav|swf|flv|js|html|htm|txt|css|exe|zip|tar|rar|gz|tgz|bz2|uha|7z|doc|docx|xls|xlsx|pdf|iso|htc)(?[0-9]+)?$
The error:
Error: Could not set 'file' on ensure: cannot generate tempfile `/var/lib/puppet/concat/_etc_nginx_sites-available_demo.pushpennyauction.com.conf/fragments/501_demo.pushpennyauction.com-501-~* _.(ico|3gp|gif |jpg|cur|svg|jpeg|wmv|avi|asf|asx|mpg|mpeg|mp4|ttf|woff|eot|svg|pls|mp3|mid|wav|swf|flv|js|html|htm|txt|css|exe|zip|tar|rar|gz|tgz|bz2|uha|7z|doc|docx|xls|xlsx|pdf|iso|htc)(_?[0-9]+)?$20140413-25195-1c2j2ix- 9' at 102:/etc/puppet/modules/concat/manifests/fragment.pp
Error: Could not set 'file' on ensure: cannot generate tempfile `/var/lib/puppet/concat/_etc_nginx_sites-available_demo.pushpennyauction.com.conf/fragments/501_demo.pushpennyauction.com-501-~* _.(ico|3gp|gif |jpg|cur|svg|jpeg|wmv|avi|asf|asx|mpg|mpeg|mp4|ttf|woff|eot|svg|pls|mp3|mid|wav|swf|flv|js|html|htm|txt|css|exe|zip|tar|rar|gz|tgz|bz2|uha|7z|doc|docx|xls|xlsx|pdf|iso|htc)(_?[0-9]+)?$20140413-25195-1c2j2ix- 9' at 102:/etc/puppet/modules/concat/manifests/fragment.pp
Wrapped exception:
cannot generate tempfile `/var/lib/puppet/concat/_etc_nginx_sites-available_demo.pushpennyauction.com.conf/fragments/501_demo.pushpennyauction.com-501-~* _.(ico|3gp|gif|jpg|cur|svg|jpeg|wmv|avi|asf|asx|mpg|m peg|mp4|ttf|woff|eot|svg|pls|mp3|mid|wav|swf|flv|js|html|htm|txt|css|exe|zip|tar|rar|gz|tgz|bz2|uha|7z|doc|docx|xls|xlsx|pdf|iso|htc)(_?[0-9]+)?$20140413-25195-1c2j2ix-9'
Error: /Stage[main]/Main/Nginx::Resource::Location[demo.pushpennyauction.com-static]/Concat::Fragment[demo.pushpennyauction.com-501-~* _.(ico|3gp|gif|jpg|cur|svg|jpeg|wmv|avi|asf|asx|mpg|mpeg|mp4|ttf|woff|eo t|svg|pls|mp3|mid|wav|swf|flv|js|html|htm|txt|css|exe|zip|tar|rar|gz|tgz|bz2|uha|7z|doc|docx|xls|xlsx|pdf|iso|htc)(_?[0-9]+)?$]/File[/var/lib/puppet/concat/_etc_nginx_sites-available_demo.pushpennyauction.co m.conf/fragments/501_demo.pushpennyauction.com-501-~* _.(ico|3gp|gif|jpg|cur|svg|jpeg|wmv|avi|asf|asx|mpg|mpeg|mp4|ttf|woff|eot|svg|pls|mp3|mid|wav|swf|flv|js|html|htm|txt|css|exe|zip|tar|rar|gz|tgz|bz2|uha| 7z|doc|docx|xls|xlsx|pdf|iso|htc)(_?[0-9]+)?$]/ensure: change from absent to file failed: Could not set 'file' on ensure: cannot generate tempfile `/var/lib/puppet/concat/_etc_nginx_sites-available_demo.push pennyauction.com.conf/fragments/501_demo.pushpennyauction.com-501-~* _.(ico|3gp|gif|jpg|cur|svg|jpeg|wmv|avi|asf|asx|mpg|mpeg|mp4|ttf|woff|eot|svg|pls|mp3|mid|wav|swf|flv|js|html|htm|txt|css|exe|zip|tar|rar| gz|tgz|bz2|uha|7z|doc|docx|xls|xlsx|pdf|iso|htc)(_?[0-9]+)?$20140413-25195-1c2j2ix-9' at 102:/etc/puppet/modules/concat/manifests/fragment.pp
I am thinking maybe you could use the md5 of the location for naming the files?
Best regards,
Alex.
The text was updated successfully, but these errors were encountered:
Hey guys,
I always seem to get the following error, whenever i am trying to create a location with the following location attribute:
~* .(ico|3gp|gif|jpg|cur|svg|jpeg|wmv|avi|asf|asx|mpg|mpeg|mp4|ttf|woff|eot|svg|pls|mp3|mid|wav|swf|flv|js|html|htm|txt|css|exe|zip|tar|rar|gz|tgz|bz2|uha|7z|doc|docx|xls|xlsx|pdf|iso|htc)(?[0-9]+)?$
The error:
I am thinking maybe you could use the md5 of the location for naming the files?
Best regards,
Alex.
The text was updated successfully, but these errors were encountered: