I am running a puppet manifest with the following Exec:
exec {"mvn-project" :
command => "maven.bat C:\\src\\project -Dmaven.test.skip=true",
}
the "=" sign is replaced with whitespace, resulting in the batch file being called as such:
maven.bat C:\\src\\project -Dmaven.test.skip true
I have tried encoding as unicode, but this does not seem to help.
Any explanation for this?
I am running puppet 3.8.1