2009/12/24 Ian Goldstein <[email protected]>: > > I have been playing around with remote copies and I got a small copy > working. Here is my specific question relating to perms. > I was looking at some examples and thought this may work. I realize the > benefits of specifying perms => my_p("600") so this is more a question at > this point. > > Thanks
As you have found yourself, all will work fine if you just delete the call to the system() body and use the my_p body you have defined instead. Alternatively, you can keep system() and instead define a "body perms system" for it; I wouldn't recommend that, ref my other post on this. - Erlend Leganger _______________________________________________ Help-cfengine mailing list [email protected] https://cfengine.org/mailman/listinfo/help-cfengine
