[Puppet Users] Puppet Enterprise - Windows node not appears on Live Management

2013-09-26 Thread Fernando Torres
Hi guys, I'm a three days new Puppet user. I've installed Puppet Enterpise 3 in a Debian box with Console enabled. I've setup a Windows 7 with puppet enterprise 3 and it have been discovered and signed by Puppet Master. I see my Windows node in Nodes tab. I can't figure out what mistake I did,

Re: [Puppet Users] Failed to execute a command using the exec resource on Windows

2013-10-02 Thread Fernando Torres
Did you provide the path attribute in your exec resource? Some like that: exe {'execute pretty command': command => 'cmd.exe /c echo 'hello world', path => $::path } $::path is a variable that contains all paths contained in this user profile. you can also define it hardcoded. Note: you mu

Re: [Puppet Users] fail when install the console

2013-10-03 Thread Fernando Torres
I can't see any error message after postgresql successful migration outputs. "The last few lines" has no error messages. Can you look for a install_log.lastrun.${hostname} in the current directory from where you have run puppet installer? On Thu, Oct 3, 2013 at 7:22 AM, Ho Minh Dat wrote: > H

Re: [Puppet Users] install certificate - unless not working

2013-10-03 Thread Fernando Torres
Armindo You must inform the path attribute. Try path => "${::path};c:\\path\\to\\certutil executable" On Oct 3, 2013 12:08 PM, "Armindo Silva" wrote: > Hi > > I am installing the OpenVPN's certificate if it is not present with the > following exec: > > > exec { 'OvpnCert': > command => 'c