search for: l1211022

Displaying 1 result from an estimated 1 matches for "l1211022".

Did you mean: 1211022
2013 Jan 17
4
Templating a shell script - major error
Hi group, I am trying to template a bash script with puppet. Unfortunately, this fails with a bang, and even more unfortunately I have no idea why. The script starts with the usual #!/bin/bash When I run puppet, I get this: info: Caching catalog for l1211022.sdst.sbaintern.de err: Failed to apply catalog: Parameter source failed: Could not understand source #!/bin/bash [... complete script dump ...] ... in neon pink. I tried encapsulating it in <%= "#!/bin/bash" %>, or even in <%= "!" %><%= "#/bin/bash"...