[Puppet Users] Update Windows server timezone using Puppet Enterprise

2016-05-05 Thread Karthik Durairajan
Hi, I'm new to Puppet and still trying to get my head around it. Just wondering if anybody out there, by any chance, have a working module to set Windows system timezone automatically. There are a few modules on pupperforge to do the same but not a single one for Windows platform. Thanks.

Re: [Puppet Users] Problem with puppetdb encoding

2016-05-05 Thread Wyatt Alt
Hey Angel, This sounds like a bug to me but I haven't had time to reproduce it. Would you mind filing a ticket at tickets.puppet.com? Wyatt On Wed, May 4, 2016 at 1:37 AM, Angel L. Mateo wrote: > Hello, > > I'm having a problem with puppetdb. I have deploy a new >

[Puppet Users] Why can't I see my external facts from inside a Ruby script?

2016-05-05 Thread Eric Rodriguez
Running Facter v2.4.6, Puppet 3.8.6 on Ubuntu Trusty One Puppet master host and one Agent I have a custom Puppet report and I'd like to read some of my external Facts from within this report. I can see the external Fact from the cli and ALSO when running: ruby -e "require 'facter'; puts

Re: [Puppet Users] Error: Could not find a suitable provider for ec2_instance : puppet Enterprise 2016.1

2016-05-05 Thread Saurabh Agrahari
Hi James, Thanks for your reply. I am following the below document to configure AWS module https://forge.puppet.com/puppetlabs/aws I could install and see gems (aws-sdk-core) only if I install them from /*opt/puppetlabs/puppet/bin/gem install *location, and as per this document as well i

[Puppet Users] ERROR: The puppet master service failed to start within 120 seconds; unable to proceed

2016-05-05 Thread rakesh balusa
up votedown votefavorite I'm trying to install puppet-enterprise (2016.1.1) on EC2 in AWS. It keeps failing all the time by showing the error message below : **

[Puppet Users] Problem with snmpd service in new ubuntu 16.04

2016-05-05 Thread Angel L. Mateo
Hello, I'm testing my puppet code in the new ubuntu 16.04. I'm using razorsedge/snmp module from the forge to manage snmpd. In this module, it manages snmpd service with: service { 'snmpd': ensure => $service_ensure_real, name => $service_name, enable =>