Re: [Puppet Users] Re: Debugging external node scripts

2012-09-28 Thread Virgil
Hi Curt, I realize this is 3 year s later, but do you have any idea how one debugs such an issue in 2012? Cheers, Virgil On Friday, July 3, 2009 2:13:14 PM UTC-7, Curt Micol wrote: > > On Fri, Jul 3, 2009 at 12:05 PM, Martin > Wheldon> > wrote: > > > > Hi Curt

[Puppet Users] Cannot find installed module

2014-06-25 Thread virgil
Hi guys, I am new to puppet and here is my problem: puppet module install puppetlabs-dism In the puppet PE console, add class, can not find the classes of this module. Tried to modify puppet.conf for module location, not working. Thanks. Virgil -- You received this message because you are

Re: [Puppet Users] Cannot find installed module

2014-06-25 Thread virgil
You are right! Thank you so much, Ryan! On Wednesday, June 25, 2014 1:30:27 PM UTC-7, Ryan Coleman wrote: > > Hi Virgil, > > Unlike many Puppet modules, the puppetlabs-dism module does not provide > any classes for you to interact with in the PE console. Instead, it &g

[Puppet Users] Puppet exec default user

2014-06-26 Thread virgil
Hi guys, I wonder when I executed the following command, eg: class cal{ exec{'perms': command => 'C:\Windows\System32\calc.exe', logoutput => true } } What is the default execute user? Or which log can I reference to find it out? Thanks

[Puppet Users] Re: Puppet exec default user

2014-06-26 Thread virgil
I find this in http://docs.puppetlabs.com/references/latest/type.html#cron-attribute-user. This property defaults to the user running Puppet or root. May I assume it's same for exec? On Thursday, June 26, 2014 1:45:29 PM UTC-7, virgil wrote: > > Hi guys, > > I wonder wh

Re: [Puppet Users] Puppet exec default user

2014-06-26 Thread virgil
Thank you so much! Your answer is perfect for me. On Thursday, June 26, 2014 2:57:17 PM UTC-7, Rob Reynolds wrote: > > > > > On Thu, Jun 26, 2014 at 3:45 PM, virgil > > wrote: > >> Hi guys, >> >> I wonder when I executed the following command, &