Re: [Puppet Users] Puppet Windows package not seeing DisplayName in Registry?

2013-06-10 Thread Josh Cooper
; To post to this group, send email to puppet-users@googlegroups.com. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > Try running `puppet resource package` and see if the packag

Re: [Puppet Users] Re: Puppet 3.1.1 Windows crashes

2013-06-06 Thread Josh Cooper
or workarounds, you could change the default log destination to a file while we debug the issue. I don't think this can be controlled via puppet.conf, but you use the registry module to configure the puppet service start arguments to include `--logdest ` to log to a file. Josh -- Josh Cooper

Re: [Puppet Users] Question on task deletion using scheduled_task

2013-06-05 Thread Josh Cooper
re should be an option to create an older style task, in which case, puppet should be able to manage it. Longer term, I'd like to create a new scheduled_task provider that supports the v2 interface on platforms where that's available. Doing so would enable us to run every X minutes: https:/

Re: [Puppet Users] client connection errors: SSL, SNI and DNS_ALT_NAMES Oh My

2013-06-05 Thread Josh Cooper
ers@googlegroups.com. >>> Visit this group at http://groups.google.com/group/puppet-users?hl=en. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> -- >> You received this message because you are s

Re: [Puppet Users] AD user add to local windows group?

2013-05-31 Thread Josh Cooper
@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?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > This is bug https://projects.puppetlabs.com/issue

Re: [Puppet Users] Puppet 3.2.1 default log level change?

2013-05-29 Thread Josh Cooper
ly, if you are running `puppet agent` the default loglevel has changed from notice to info. This was an unintended side-effect while trying to fix http://projects.puppetlabs.com/issues/15187. Josh -- Josh Cooper Developer, Puppet Labs *Join us at PuppetConf 2013, August 22-23 in San Francisco - * http://bit.l

Re: [Puppet Users] Re: Puppet 3.0: Not authorized to call find on /file_metadata, more issues?

2013-05-24 Thread Josh Cooper
t;> implement for this bug. It's not very attractive, but it works. >> > -- > 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 &g

Re: [Puppet Users] Re: Using onlyif for Windows exec

2013-05-20 Thread Josh Cooper
lyif => "\$webRequest ..." If you are not doing any variable interpolation, then it's best to use a single quoted string: onlyif => '$webRequest ..." Josh -- Josh Cooper Developer, Puppet Labs *Join us at PuppetConf 2013, August 22-23 in San Francisco - * htt

Re: [Puppet Users] Re: Need help with python msi install on windows

2013-05-20 Thread Josh Cooper
hing. >> >> Any help would be greatly appreciated! >> > -- > 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-u

Re: [Puppet Users] Re: Installing packages on windows - fail :(

2013-05-14 Thread Josh Cooper
tribution mechanism :( > You should check out http://chocolatey.org, it's like apt-get for windows. There's a puppet chocolatey package provider here: https://github.com/chocolatey/puppet-chocolatey Josh -- Josh Cooper Developer, Puppet Labs *Join us at PuppetConf 2013, August 22-23 i

Re: [Puppet Users] Installing packages on windows - fail :(

2013-05-03 Thread Josh Cooper
'puppet-users@googlegroups.com');> > . > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > Make sure to specify the package source using backslashes, otherwise msiexec gets confused. There's a t

Re: [Puppet Users] Udefined method `get_uptime` for Facter::Util::Uptime:Module

2013-04-22 Thread Josh Cooper
u please help me with resolution? > Best Regards > > -- > 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+unsubscr...@googlegroups.com.

[Puppet Users] Managing System Reboots

2013-04-18 Thread Josh Cooper
rm-14.reboot/index.md [2] https://github.com/puppetlabs/armatures/pull/30 [3] https://github.com/joshcooper/armatures/blob/master/arm-0.arm/arm.md -- Josh Cooper Developer, Puppet Labs Join us at PuppetConf 2013, August 22-23 in San Francisco - http://bit.ly/pupconf13 The first 150 tickets sold wi

Re: [Puppet Users] Microsoft dotNet Framework 4.0 (.net, .netfx, dotnetfx)

2013-04-16 Thread Josh Cooper
/issues/19747 and http://docs.puppetlabs.com/windows/writing.html#packagepackage Nearly every Windows user runs into this, and Klavs submitted a proposal to at least warn if you get in this state: http://projects.puppetlabs.com/issues/19782. Josh -- Josh Cooper Developer, Puppet Labs *Join us at P

Re: [Puppet Users] Windows Puppet waits for , then warns "Facter::Util::Resolution.exec with a shell built-in is deprecated"

2013-04-14 Thread Josh Cooper
roups/opt_out. > > > It sounds like you have a custom fact executing 'date' which on Windows will prompt waiting for user input. Josh -- Josh Cooper Developer, Puppet Labs *Join us at PuppetConf 2013, August 22-23 in San Francisco - * http://bit.ly/pupconf13* **The first 150

Re: [Puppet Users] Installing Microsoft Visual Studio 2010 with Puppet?

2013-04-02 Thread Josh Cooper
latey.org/packages?q=Studio. Alternatively, you can create your own chocolatey packages and feeds. More info here: https://github.com/chocolatey/chocolatey/wiki Josh -- Josh Cooper Developer, Puppet Labs *Join us at PuppetConf 2013, August 22-23 in San Francisco - * http://bit.ly/pupconf13 -

Re: [Puppet Users] Re: Windows agent got a 'puppet:///' file source error

2013-03-21 Thread Josh Cooper
abs/Puppet/puppet/lib/puppet/**application.rb:346:in >> `run' >> C:/Program Files (x86)/Puppet >> Labs/Puppet/puppet/lib/puppet/**application.rb:438:in >> `plugin_hook' >> C:/Program Files (x86)/Puppet >> Labs/Puppet/puppet/lib/puppet/**application.rb:

Re: [Puppet Users] Windows Reboot

2013-03-21 Thread Josh Cooper
> > > -- > 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+unsubscr...@googlegroups.com. > To post to this group, send

Re: [Puppet Users] Windows ACL best practise

2013-03-21 Thread Josh Cooper
Hi Thomas, On Wed, Mar 20, 2013 at 3:31 AM, Thomas Bendler wrote: > Hi Josh, > > 2013/3/20 Josh Cooper > >> S-1-5-18 > > > thanks for the clarification, I wasn't aware that the SIDs are always the > same as stated in http://support.microsoft.com/kb/243330

Re: [Puppet Users] Windows Reboot

2013-03-19 Thread Josh Cooper
%2bunsubscr...@googlegroups.com');>. > To post to this group, send email to > puppet-users@googlegroups.com 'puppet-users@googlegroups.com');> > . > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://

Re: [Puppet Users] File resources: using source much slower than content

2013-03-19 Thread Josh Cooper
legroups.com');>. > To post to this group, send email to > puppet-users@googlegroups.com 'puppet-users@googlegroups.com');> > . > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/op

Re: [Puppet Users] Windows ACL best practise

2013-03-19 Thread Josh Cooper
t filed on this already (to ensure puppet never removes LocalSystem access) I was thinking about two approaches to solve the problem, first, create > something base on exec with mkdir if directory does not exist and a script > setting the correct ACLs (with inheritance) or second, create a local &

Re: [Puppet Users] Error: stack level too deep

2013-03-13 Thread Josh Cooper
s@googlegroups.com. >> Visit this group at http://groups.google.com/group/puppet-users?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > -- > You received this message because you are subscribed to the Google Groups > "P

Re: [Puppet Users] Re: Windows Fact for architecture !!!

2013-03-10 Thread Josh Cooper
puppet-users+unsubscr...@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?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Josh Cooper Develop

Re: [Puppet Users] Puppet Support for Windows

2013-03-08 Thread Josh Cooper
, > } > > > > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+uns

Re: [Puppet Users] Windows MSI Error "change from absent to present failed: Failed to install: Fail on INT 24."

2013-03-08 Thread Josh Cooper
>> C:/Program Files (x86)/Puppet >>>> Labs/Puppet/puppet/lib/puppet/**daemon.rb:149:in >>>> `loop' >>>> C:/Program Files (x86)/Puppet >>>> Labs/Puppet/puppet/lib/puppet/**daemon.rb:149:in >>>> `run_event_loop' >>>> C

Re: [Puppet Users] Using Puppet with Windows MSIs

2013-03-08 Thread Josh Cooper
this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > Sounds fine, some of Microsoft's own MSI's do the same, e.g. 'Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148' Jos

Re: [Puppet Users] Custom type and provider development

2013-03-08 Thread Josh Cooper
, send email to puppet-users@googlegroups.com. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > Some background on why this is necessary. When you declare: Puppet::Type.type(:dotnetw

Re: [Puppet Users] Using Puppet with Windows MSIs

2013-03-05 Thread Josh Cooper
Hi Nathan, On Mar 4, 2013, at 8:57 AM, Nathan Shirlberg wrote: > I want to use Puppet to manage deployment of internal .Net software. The CI > build can generate a versioned MSI file and push that out to Puppet. I am > creating an MSI with the same name, but different versions for each rel

Re: [Puppet Users] puppet autoami problem

2013-03-05 Thread Josh Cooper
On Mar 5, 2013, at 3:43 AM, emzvarg...@gmail.com wrote: > Hi, > > Im using Puppet v3.0.2. Im trying to test puppet autoami module, but after > installing it using > > #puppet module install ccaum-autoami > > and doing puppet help im getting the following: > > Error: Could not autoload pup

Re: [Puppet Users] Weird problem with puppet 3.1 on Windows

2013-03-01 Thread Josh Cooper
On Fri, Mar 1, 2013 at 7:18 AM, Yoav Zuri wrote: > Hi, > > Where can I set the runinterval? > > Yoav. > > On Friday, March 1, 2013 9:00:11 AM UTC+2, Josh Cooper wrote: >> >> >> >> >> On Wed, Feb 27, 2013 at 2:53 PM, Yoav Zuri wrote: >>

Re: [Puppet Users] Puppet execution hangs for long periods of time

2013-03-01 Thread Josh Cooper
; File[C:/Documents and Settings/All Users/Application >> > Data/PuppetLabs/puppet/etc/**ssl] >> > Debug: /File[C:/Documents and Settings/All Users/Application >> > Data/PuppetLabs/puppet/var/**client_yaml]: Autorequiring >> File[C:/Documents >> > and Settings/

Re: [Puppet Users] Weird problem with puppet 3.1 on Windows

2013-02-28 Thread Josh Cooper
doesn't use scheduled tasks to run itself periodically. Instead, it installs a service that runs puppet agent --onetime based on the runinterval setting. Are you using puppet to create a scheduled_task resource, perhaps there's some confusion about seconds vs minutes? Josh -- Josh Coope

Re: [Puppet Users] [SC] EnumQueryServicesStatus:OpenService FAILED 123

2013-02-12 Thread Josh Cooper
If I run the line that puppet marks as faulted, this is windows' answer:* > C:\>C:\Windows\System32\cmd.exe /c "C:\Windows\System32\sc.exe query > nsc-devops" | C:\Windows\System32\find.exe "nsc-devops" > SERVICE_NAME: nsc-devops > > Just do `c:\windows\syst

Re: [Puppet Users] Windows MSI Error "change from absent to present failed: Failed to install: Fail on INT 24."

2013-02-12 Thread Josh Cooper
unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscr...@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?hl=en. > For mo

Re: [Puppet Users] non-US-ASCII charapters in manifests (windows & puppet 3.1)

2013-02-11 Thread Josh Cooper
ssed UTF-8 strings, or at least ASCII compatible. To confirm this is the problem, try require 'win32-dir' File.join(Dir::COMMON_APPDATA, 'b') If you're on ruby 1.9, you could patch lib/puppet/util/run_mode.rb, line 78, to read: [Dir::COMMON_APPDATA.encode('UTF-8&#

Re: [Puppet Users] Re: RFC: Default File Permissions

2013-02-08 Thread Josh Cooper
Hi John, On Fri, Feb 8, 2013 at 9:22 AM, jcbollinger wrote: > > > On Thursday, February 7, 2013 7:48:58 PM UTC-6, Josh Cooper wrote: >> >> Recently, the issue of copying file modes from remote sources was >> discussed on the puppet-users mailing list[1], although it

Re: [Puppet Users] RFC: Default File Permissions

2013-02-08 Thread Josh Cooper
? "If true and permissions are unspecified, Puppet would continue copying source permissions as it does today, for both newly created and existing files. This would be the default." Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the

Re: [Puppet Users] Puppet Windows Service keeps stopping/starting

2013-02-08 Thread Josh Cooper
obably be to package the install program and > anything else associated with the service into an installable package (i.e. > an .msi file) and have the Service depend on the package instead of directly > on the installer program. If that's not feasible, then you can use one or >

[Puppet Users] RFC: Default File Permissions

2013-02-07 Thread Josh Cooper
Recently, the issue of copying file modes from remote sources was discussed on the puppet-users mailing list[1], although it equally applies to owner and group. One issue is what permissions to apply to newly created files when none are specified? Historically, Puppet has always copied the perm

Re: [Puppet Users] Puppet Windows Service keeps stopping/starting

2013-02-07 Thread Josh Cooper
like your service is subscribed to some other resource, perhaps a package whose name doesn't match its name in Add/Remove Programs? Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users"

Re: [Puppet Users] Re: Need a solution for "puppet node clean" (puppet v3.0.2)

2013-02-06 Thread Josh Cooper
p receiving emails from it, send an > email to puppet-users+unsubscr...@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?hl=en. > For more options, visit https://groups.google.com/gr

Re: [Puppet Users] Re: Need a solution for "puppet node clean" (puppet v3.0.2)

2013-02-05 Thread Josh Cooper
ost to this group, send email to puppet-users@googlegroups.com. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > Sounds like you're running into http://projects.puppetlabs.com/issues/15

Re: [Puppet Users] Puppet Support for Windows

2013-01-28 Thread Josh Cooper
aining issues are around packaging, updating PE modules to support windows, and better mcollective control of the puppet agent, all of which are straightforward tasks. Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "P

Re: [Puppet Users] windows : exec ressources and creates paramater

2013-01-24 Thread Josh Cooper
equire => [ File['jdk-6u18-windows-i586.exe'] ], >> } >> } You should checkout the executable package provider in Puppet 3. See https://groups.google.com/d/msg/puppet-users/cKQ8DAV6nlI/q_hkK2w8MNIJ One gotcha to be aware of is that the name of the package in your m

Re: [Puppet Users] How to use Agent on localized Windows?

2013-01-22 Thread Josh Cooper
bundler, do `bundle install` followed by `bundle exec puppet apply ...` Josh [1] https://github.com/puppetlabs/puppet/blob/master/Gemfile#L30 -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To

Re: [Puppet Users] facter : Bug #10261

2013-01-22 Thread Josh Cooper
n. > Ticket #10261 was that facter always reported the architecture as x86, even when running a 64-bit OS on x64 hardware. However, there is a still unresolved ticket #16948 when running a 32-bit OS on x64 hardware. Josh -- Josh Cooper Developer, Puppet Labs -- You received this message bec

Re: [Puppet Users] Puppet and Windows runtime error

2013-01-21 Thread Josh Cooper
On Jan 21, 2013, at 10:13 AM, Thomas Bendler wrote: > Hi @all, > > I still have a problem with Puppet in conjunction with Windows. My goal in > the first step is to deploy Nagios agents on Windows servers. Therefore I > extended my current class with a Windows specific part: > > # Class: nag

Re: [Puppet Users] Windows Puppet File Resource Getting Puppet Server's UNIX File Permissions

2013-01-17 Thread Josh Cooper
Hi John, On Thu, Jan 17, 2013 at 6:56 AM, jcbollinger wrote: > > > On Wednesday, January 16, 2013 3:35:46 PM UTC-6, Josh Cooper wrote: >> >> Hi Alex, >> >> On Wed, Jan 16, 2013 at 12:49 PM, phundisk >> wrote: >> > I am noticing some very

Re: [Puppet Users] Windows Puppet File Resource Getting Puppet Server's UNIX File Permissions

2013-01-16 Thread Josh Cooper
the local system, which may not be what you would expect. See http://projects.puppetlabs.com/issues/5240. You could either set the executable bit on these files in svn[1] or define a default mode for file resources[2]. I'd probably go with the former. Josh [1] http://svnbook.red-bean.com/en/

Re: [Puppet Users] Re: Plan the manifests structure

2013-01-14 Thread Josh Cooper
On Mon, Jan 14, 2013 at 10:03 AM, Евгений Верещагин wrote: >> http://www.slideshare.net/PuppetLabs/modern-module-development-ken-barber-2012-edinburgh-puppet-cam That should be: http://www.slideshare.net/PuppetLabs/modern-module-development-ken-barber-2012-edinburgh-puppet-camp Josh -

Re: [Puppet Users] Installing cloudprovisioner on windows

2013-01-11 Thread Josh Cooper
: https://forge.puppetlabs.com/puppetlabs/registry If instead you want to use `puppet apply`, then you can extract the tarball and point your modulepath at it as described here: http://docs.puppetlabs.com/puppet/2.7/reference/modules_installing.html Josh -- Josh Cooper Developer, Puppet Labs

Re: [Puppet Users] stdlib take almost 14 minutes to sync on CentOS Vagrant VM

2013-01-10 Thread Josh Cooper
m not running DNS for these vagrant boxes. Everything is in >> /etc/hosts, so it doesn't surprise me that there are zero DNS calls.) >> >> Thanks, >> Kirk >> >> On Wednesday, January 9, 2013 5:13:04 PM UTC-5, Josh Cooper wrote: >>> >>> Hi

Re: [Puppet Users] How to use Agent on localized Windows?

2013-01-09 Thread Josh Cooper
Run Agent. > 7. I saw a lot of new problems (screenshot): not enough some GEMs. You'll need to use puppet 3, the latest stable release is 3.0.2: https://downloads.puppetlabs.com/windows/ Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscr

Re: [Puppet Users] stdlib take almost 14 minutes to sync on CentOS Vagrant VM

2013-01-09 Thread Josh Cooper
ived this message because you are subscribed to the Google Groups > "Puppet Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/OKNPyOQqZcQJ. > > To post to this group, send email to puppet-users@googlegroups.com. >

Re: [Puppet Users] How to use Agent on localized Windows?

2013-01-08 Thread Josh Cooper
s from http://rubyinstaller.org? Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email

Re: [Puppet Users] Windows Puppet Agent Hangs on Run

2013-01-07 Thread Josh Cooper
led is > https://downloads.puppetlabs.com/windows/puppet-2.7.20.msi > > > On Friday, January 4, 2013 6:57:58 PM UTC-5, Josh Cooper wrote: >> >> On Friday, January 4, 2013 11:01:00 AM UTC-8, phundisk wrote: >>> >>> Can anyone make sense of the output below?

Re: [Puppet Users] Windows Puppet Agent Hangs on Run

2013-01-04 Thread Josh Cooper
of 1 for uniqueid [0m >> [0;32mvalue for uniqueid is still nil [0m >> [0;32mFound no suitable resolves of 3 for swapsize [0m >> [0;32mvalue for swapsize is still nil [0m >> [0;32mvalue for mtu_teredo_tunneling_pseudo_interface is still nil [0m >> [0;32mFound no suitable res

Re: [Puppet Users] How to use Agent on localized Windows?

2013-01-02 Thread Josh Cooper
the computer_name method as mentioned in the ticket, I am able to create a user. If you are seeing other issues, e.g. file names, etc, please let us know. Thanks, Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups &quo

Re: [Puppet Users] Windows Puppet Agent Hangs on Run

2012-12-21 Thread Josh Cooper
sit > https://groups.google.com/d/msg/puppet-users/-/TacX5LerBLUJ. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://gr

Re: [Puppet Users] issues with puppet 3.0.1 using ruby 1.9.3 and passenger (3.0.18)

2012-12-12 Thread Josh Cooper
t; https://groups.google.com/d/msg/puppet-users/-/n9UUHUqHYlQJ. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.go

Re: [Puppet Users] Re: Puppet 2.7 Windows File Permissions cause Permission Denied Errors

2012-12-11 Thread Josh Cooper
sure you understand the risks involved before trading > and seek independent advice if necessary. Performance, strategies and charts > shown are not necessarily predictive of any particular result and past > performance is no indication of future results. Investor returns may vary > from

Re: [Puppet Users] Puppet 3.0 rspec and custom resources

2012-12-10 Thread Josh Cooper
I have a proposed fix in puppet, see my last comment in http://projects.puppetlabs.com/issues/17543#note-3 Josh On Wednesday, November 14, 2012 5:40:45 AM UTC-8, Brett Porter wrote: > > I've seen the same problem - and a similar one when working with multiple > hosts. There's some data and samp

Re: [Puppet Users] Puppet 2.7 Windows File Permissions cause Permission Denied Errors

2012-12-10 Thread Josh Cooper
ge because you are subscribed to the Google Groups > "Puppet Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/3h1aSJvCNKgJ. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from

Re: [Puppet Users] Hiera and 3.0 Confused..

2012-11-29 Thread Josh Cooper
x) need to be done on the master[2] Josh [1] http://docs.puppetlabs.com/#hierahiera1 [2] http://docs.puppetlabs.com/hiera/1/installing.html -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To po

Re: [Puppet Users] Puppet Agent on Windows and file paths 32 or 64 Bit

2012-11-26 Thread Josh Cooper
, you may need to do something like: https://github.com/puppetlabs/puppetlabs-dism/blob/master/lib/puppet/provider/dism/dism.rb#L7 Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to thi

Re: [Puppet Users] Windows Manifest Newline Syntax and Append to file Questions

2012-11-20 Thread Josh Cooper
en. Josh [1] http://projects.puppetlabs.com/issues/16119 [2] https://groups.google.com/d/topic/puppet-users/nPkPm3yqo4Q/discussion [3] http://docs.puppetlabs.com/windows/writing.html#hosthost -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Go

[Puppet Users] hiera-puppet

2012-11-19 Thread Josh Cooper
/README.md -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-user

Re: [Puppet Users] Puppet Package Provider Continuously Re-installing Packages

2012-11-19 Thread Josh Cooper
`puppet resource package `, also with the name as displayed in Add/Remove Programs. You should see puppet report that the package is installed. [1] http://docs.puppetlabs.com/windows/writing.html#packagepackage -- Josh Cooper Developer, Puppet Labs -- You received this message because

Re: [Puppet Users] OSX 10.8 - Puppet 3.0.1 fails to start as root

2012-11-16 Thread Josh Cooper
ng as a regular user works fine... just not as root. Maybe > root is not required to run the puppet agent on mac?? I do not know. I > also see there are some bugs on the issue tracker with similar errors, but > the posters of those bugs dont seem to have the problem of not being abl

Re: [Puppet Users] Re: Managing home directory on Windows

2012-11-06 Thread Josh Cooper
Hi Matt, On Tue, Nov 6, 2012 at 1:10 PM, Matthew Burgess wrote: > > On Tue, Nov 6, 2012 at 8:46 PM, Josh Cooper wrote: > > >> Historic behavior, at least for some providers, was to create the > >> homedir upon user creation, but not to remove it upon user removal.

Re: [Puppet Users] Re: Managing home directory on Windows

2012-11-06 Thread Josh Cooper
Hi John, On Tue, Nov 6, 2012 at 12:28 PM, jcbollinger wrote: > > > On Tuesday, November 6, 2012 12:36:19 PM UTC-6, Josh Cooper wrote: >> >> I have a question for windows users out there. Adam recently reported a >> bug[1] that the managehome parameter on Windows doesn&

[Puppet Users] Managing home directory on Windows

2012-11-06 Thread Josh Cooper
I have a question for windows users out there. Adam recently reported a bug[1] that the managehome parameter on Windows doesn't work. According to the documentation (since 2.7.6), the "manages_homedir [feature is defined as] The provider can create and remove home directories."[2] As such, the

Re: [Puppet Users] Could not parse for environment production: Syntax error at '{'; expected '}' at

2012-11-06 Thread Josh Cooper
o unsubscribe from this group, send email to > puppet-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subsc

Re: [Puppet Users] Console color in 3.0.1

2012-10-31 Thread Josh Cooper
To unsubscribe from this group, send email to > puppet-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. Others feel the same way: http://projects.puppetlabs.com/issues/16728. Please add yourself as a wat

Re: [Puppet Users] Launching a full screen app through puppet

2012-10-26 Thread Josh Cooper
o something like this: http://chabster.blogspot.com/2008/01/run-as-interactive-user-from-service.html. Compile it and distribute it with your module. Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Pu

Re: [Puppet Users] Puppet Agent not sync with Puppet Master

2012-10-25 Thread Josh Cooper
d to the Google Groups > "Puppet Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/H-sGvqffsZEJ. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to >

Re: [Puppet Users] Git clone manifest for windows puppet clinet

2012-10-25 Thread Josh Cooper
on Windows, but it appears to not assume POSIX paths, so that's a good sign. The only issue I can see right away is that you won't be able to manage file permissions[1]. Josh [1] https://github.com/puppetlabs/puppetlabs-vcsrepo/blob/master/lib/puppet/provider/vcsrepo.rb#L10 -- Josh Coope

Re: [Puppet Users] Exec python script on puppet clinet running on windows

2012-10-23 Thread Josh Cooper
Hi Viktoriya, On Oct 23, 2012, at 8:09 PM, VT wrote: > I am trying to execute a python script from manifest file on puppet windows > based client: > > exec {'ez_setup.py -U setuptools': > > #command => 'C:\Python27\ez_setup.py -U setuptools', > > cwd => 'C:\Python27', >

Re: [Puppet Users] Puppet spuriously removing classes from classes.txt

2012-10-19 Thread Josh Cooper
/group/puppet-users?hl=en. There was this issue (http://projects.puppetlabs.com/issues/4518), which was fixed in early 2.6. However, I think RI has said he's seen this more recently. You may want to ask on the mcollective-users list if you don't get a reply here. Josh -- Josh Coope

Re: [Puppet Users] Glassfish custom provider and 'file does not exist'

2012-10-19 Thread Josh Cooper
email to >>>> puppet-users+unsubscr...@googlegroups.com. >>>> For more options, visit this group at >>>> http://groups.google.com/group/puppet-users?hl=en. >>>> >> > -- > You received this message because you are subscribed to the Google Grou

Re: [Puppet Users] Using Puppet to push Windows Updates?

2012-10-18 Thread Josh Cooper
ing like: http://www.flobee.net/programmatically-run-windows-update-as-part-of-a-broader-patch-and-reboot-process/ Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this g

Re: [Puppet Users] Different return codes on exec during puppet agent run vs command line Windows

2012-10-18 Thread Josh Cooper
tensions" > /featurename:"IIS-ISAPIFilter" /featurename:"IIS-LegacyScripts" /featur > > ename:"IIS-LegacySnapIn" /featurename:"IIS-LoggingLibraries" > /featurename:"IIS-ManagementConsole" /featurename:"IIS-Mana > > gementScri

Re: [Puppet Users] Custom Ruby

2012-10-16 Thread Josh Cooper
ps?) >> >> >> Can you run 3.0 server with 2.7 clients? > Yes. Also http://docs.puppetlabs.com/guides/upgrading.html#always-upgrade-the-puppet-master-first Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google

Re: [Puppet Users] puppet windows importing manifests twice when using puppet apply

2012-10-16 Thread Josh Cooper
fuses the autoloader in 2.7.x. However, this should not be an issue in 3.0. If so, please let me know. Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet

Re: [Puppet Users] Setting up Java on Windows

2012-10-16 Thread Josh Cooper
of the package needs to match 'DisplayName' as specified in the registry and displayed in Add/Remove programs. As for customizing the PATH, this is filed as https://projects.puppetlabs.com/issues/16048 and there's some background information here https://groups.google.com/for

Re: [Puppet Users] Error: Not authorized to call find on /file_metadata/files

2012-10-12 Thread Josh Cooper
up, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. The fileserver parser has not been updated to acc

Re: [Puppet Users] Package install_options

2012-10-12 Thread Josh Cooper
.com/group/puppet-users?hl=en. While install_options (and uninstall_options) are part of the package type, only the msi/windows package provider supports them currently. See http://docs.puppetlabs.com/references/latest/type.html#package There are some tickets for updating other package providers to s

Re: [Puppet Users] Windows Exec ifonly equals true

2012-10-11 Thread Josh Cooper
erences/latest/type.html#exec Since that path is in the windows system directory, be careful of Windows filesystem redirection. You may need to specify the path as `c:/windows/sysnative/...` See http://docs.puppetlabs.com/windows/running.html#file-system-redirection-in-64-bit-windows-versions Josh --

Re: [Puppet Users] Puppet client not listening on port 8139

2012-10-11 Thread Josh Cooper
Hi, On Oct 10, 2012, at 6:58 PM, Pondy wrote: > Hi Gabrielle, > > Yes, I have listen = true and I cannot see that port open with netstat... I > am truly confused, theres not much showing in the logs either. > > Thanks! > > > On Thursday, 11 October 2012 09:46:31 UTC+10, Lelutin wrote: >> >

Re: [Puppet Users] Re: Migration from Puppet 2.6.7 to 3.0.0 issues

2012-10-10 Thread Josh Cooper
Hi Thomas, On Wed, Oct 10, 2012 at 1:13 PM, Thomas Bendler wrote: > Hi Josh, > > 2012/10/10 Josh Cooper >> >> [...] >> I think puppet agent is expecting yaml, and is either receiving json >> or otherwise can't parse the yaml it's receiving. We m

Re: [Puppet Users] Set a windows environment variable from manifest

2012-10-10 Thread Josh Cooper
ting a type/provider for this, but have been too busy with other things. https://groups.google.com/forum/?fromgroups=#!topic/puppet-users/68ebrAEUzgQ Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users&qu

Re: [Puppet Users] Re: Migration from Puppet 2.6.7 to 3.0.0 issues

2012-10-10 Thread Josh Cooper
ot;:\"Class\"},{\"exported\":false,\"title\":\"main\",\"parameters\":{\"name\":\"main\"},\"tags\":[\"class\"],\"type\":\"Class\"},{\"exported\":false,\"title\":\"

Re: [Puppet Users] Re: activerecord and puppet-3.0.0

2012-10-10 Thread Josh Cooper
ot occur with a blank CentOS box >> starting out with puppet 3. >> >> Want me to add this information to the tracked issue? Don't want to add >> unwanted noise to the issue unnecessarily :) >> >> Cheers, >> Jonathan >> >> >> &g

Re: [Puppet Users] Puppet 3 and ENC deploy ... nothing

2012-10-10 Thread Josh Cooper
Regards, Thomas > -- > Linux ... enjoy the ride! > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from t

Re: [Puppet Users] Setting Powershell execution policy through Puppet

2012-10-09 Thread Josh Cooper
stem32 to C:\Windows\SysWOW64. Use C:\Windows\sysnative in your path instead. See http://docs.puppetlabs.com/windows/running.html#file-system-redirection-in-64-bit-windows-versions and the very end of http://docs.puppetlabs.com/windows/troubleshooting.html#error-messages Josh -- Josh Cooper D

Re: [Puppet Users] Re: activerecord and puppet-3.0.0

2012-10-09 Thread Josh Cooper
l components but made no >> progress. >> >> I found this thread which seems to describe the same behaviour, but >> there are no replies: >> >> https://groups.google.com/forum/?fromgroups=#!topic/puppet-dev/D85TsZ70LKQ >> >> Anyone got any ideas? >>

Re: [Puppet Users] Puppet 3.0 and dashboard (again)

2012-10-08 Thread Josh Cooper
e > > thoughts? Are you using storedconfigs: http://projects.puppetlabs.com/issues/16698 Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-use

Re: [Puppet Users] puppet 3.0 and passenger

2012-10-08 Thread Josh Cooper
another uninitialized constant ActiveRecord error: http://projects.puppetlabs.com/issues/16770 Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-use

Re: [Puppet Users] puppet 3.0 and passenger

2012-10-08 Thread Josh Cooper
e_notes.html#puppet-master-web-server-changesand https://groups.google.com/d/topic/puppet-users/7T26yDW-Xtk/discussion Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group

<    1   2   3   4   5   >