RE: cfengine3 modules
В Птн, 04/06/2010 в 10:06 +0200, Assarsson, Emil пишет: > I noticed that you got the shebang wrong. > > #! not !# > > :-P This is my mistake, when i'm write e-mail. In code all correct #!/bin/sh
cfengine3 modules
Hello. Can anyone provide example module in sh that displays all environment variables from cfengine? Documentation says, that cf-agent provide environment variable that contains all classes. But if i write module like: !#/bin/sh printenv exit 0; In output i can't see any strings about cfengine