parul nehru
2013-Sep-26 11:58 UTC
[Puppet Users] how to execute the scripts on puppet master via c# code ?
i am developing a tool using c# ASP .NET in which i need to integate puppet . I am totally new to puppet. i want some link that can help me learn writing scripts for puppet. give me details of syntax n commands that is to be used . i want to send these scripts via C# code to puppet master so as to execute it on the client machines. Can anyone guide me how to use these scripts in c# code ? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
Sneha More
2013-Sep-27 09:38 UTC
[Puppet Users] Re: how to execute the scripts on puppet master via c# code ?
Hi, For learning puppet follow the link, http://docs.puppetlabs.com/learning/manifests.html and http://docs.puppetlabs.com/learning/modules1.html This will help you in writing simple manifests. As you have C# code, and you want it to execute on client, am i right? If this is the case, 1. you just need to transfer this C# code on client -> you can achive this by "file" resource to transfer file 2. you need to execute your code on cleint -> you can achieve this by "exec resource". I hope this will help you to start up. Thanks and Regards, Sneha More, NTT DATA GTS, OSS Center, India (Pune). On Thursday, September 26, 2013 5:28:46 PM UTC+5:30, pnehru wrote:> > i am developing a tool using c# ASP .NET in which i need to integate > puppet . I am totally new to puppet. > i want some link that can help me learn writing scripts for puppet. give > me details of syntax n commands that is to be used . > i want to send these scripts via C# code to puppet master so as to > execute it on the client machines. > Can anyone guide me how to use these scripts in c# code ? > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.