I get the following error(s) when using the tomcat7_rhel module:
Warning: Unrecognised escape sequence '.' in file /etc/puppet/modules/tomcat7_rhel/manifests/tomcat_application.pp at line 11
Warning: Unrecognised escape sequence '.' in file /etc/puppet/modules/tomcat7_rhel/manifests/tomcat_application.pp at line 11
Warning: Unrecognised escape sequence '.' in file /etc/puppet/modules/tomcat7_rhel/manifests/tomcat_application.pp at line 11
This is the environment that I run in:
architecture => x86_64
operatingsystem => Fedora
operatingsystemrelease => 19
osfamily => RedHat
puppetversion => 3.1.1
rubyversion => 2.0.0
Hi
I get the following error(s) when using the tomcat7_rhel module: Warning: Unrecognised escape sequence '.' in file /etc/puppet/modules/tomcat7_rhel/manifests/tomcat_application.pp at line 11 Warning: Unrecognised escape sequence '.' in file /etc/puppet/modules/tomcat7_rhel/manifests/tomcat_application.pp at line 11 Warning: Unrecognised escape sequence '.' in file /etc/puppet/modules/tomcat7_rhel/manifests/tomcat_application.pp at line 11
This is the environment that I run in: architecture => x86_64 operatingsystem => Fedora operatingsystemrelease => 19 osfamily => RedHat puppetversion => 3.1.1 rubyversion => 2.0.0
Removing the '\' fixes the issue.
Have a nice day :-)
Henrik