Re: [Puppet Users] Re: rspec, trusted facts, and node facts

2018-04-06 Thread Nick Miller
There was some discussion on a GitHub issue relating to this: https://github.com/rodjek/rspec-puppet/pull/643 On Fri, Apr 6, 2018 at 10:12 AM jcbollinger wrote: > On Thursday, April 5, 2018 at 5:07:35 PM UTC-5, jcbollinger wrote: > > Of course, I realize at this point

Re: [Puppet Users] help with checking presence of multiple file resources in profile manifest.

2016-11-17 Thread Nick Miller
Jason, You can try the install => config => service layout as implemented in the puppetlabs-ntp module . On Thu, Nov 17, 2016 at 9:02 AM, Jason McMahan wrote: > Good day, > I am

Re: [Puppet Users] Moment of duhh.... Trying to wrap my head around some condition statements.

2016-09-26 Thread Nick Miller
Hey Scott, You probably want to reference a Fact, whether custom or not. Check `puppet facts find $(hostname)` to see what facts are available on your systems. If you don't find on you like, you may have to write one following this guide . It

Re: [Puppet Users] Installing PuppetDB on Debian 8 with Puppet 3.7

2016-06-29 Thread Nick Miller
John, Puppet provides a repo for Debian Jessie. You can install it with the rpm found here: https://apt.puppetlabs.com/ Best, Nick On Wed, Jun 29, 2016 at 4:46 AM, John Naggets wrote: > Hello, > > I am using Debian 8 with the puppetmaster package from the official

Re: [Puppet Users] TMP files left behind on Windows server

2014-04-11 Thread Nick Miller
]: https://tickets.puppetlabs.com/browse/PUP-1368 [3]: https://tickets.puppetlabs.com/browse/PUP-1450 On Thu, Apr 10, 2014 at 11:29 AM, Nick Miller asnaken...@gmail.comjavascript: wrote: Actually yes, it's 3.4.3 On Thursday, April 10, 2014 12:19:26 PM UTC-4, Rob Reynolds wrote: What

[Puppet Users] TMP files left behind on Windows server

2014-04-10 Thread Nick Miller
Hi, I have a manifest that pushes files to some Windows servers. Everything seems to work well, except that it sometimes leaves some temp files behind. If I have MyApp.exe, after a while the directory looks like this: MyApp.exe MyApp.exe~RF27dk3hdk.TMP MyApp.exe~RF27en2n3h.TMP

Re: [Puppet Users] TMP files left behind on Windows server

2014-04-10 Thread Nick Miller
Actually yes, it's 3.4.3 On Thursday, April 10, 2014 12:19:26 PM UTC-4, Rob Reynolds wrote: What version of puppet agent? Would it happen to be 3.4.x series? On Thu, Apr 10, 2014 at 10:44 AM, Nick Miller asnaken...@gmail.comjavascript: wrote: Hi, I have a manifest that pushes files

[Puppet Users] Incomplete file copy to Windows agent

2014-04-01 Thread Nick Miller
Hi All, I'm trying to use puppet to manage some application servers. I'm having an issue that I can't seem to figure out. Binary files that I copy to the Windows host are incomplete, and if I run puppet agent -t several times the file usually comes through. I'm testing this with single file

Re: [Puppet Users] Incomplete file copy to Windows agent

2014-04-01 Thread Nick Miller
', path = false, } *Dominique Arpin* Tél. Interne: 140-4156 Tél. 514 285.2929 Poste: 140-4156 *De :* puppet...@googlegroups.com javascript: [mailto: puppet...@googlegroups.com javascript:] *De la part de* Nick Miller *Envoyé :* 1 avril, 2014 12:11 *À :* puppet

Re: [Puppet Users] Incomplete file copy to Windows agent

2014-04-01 Thread Nick Miller
Sorry, brain-fart. Yes, I do have the filebucked configured, and it appears to be correct. On Tuesday, April 1, 2014 1:23:24 PM UTC-4, Nick Miller wrote: No, I'm just using the 'files' directory within the module. What would the filebucket be used for in this situation? On Tuesday

Re: [Puppet Users] Incomplete file copy to Windows agent

2014-04-01 Thread Nick Miller
I've actually figured this out. The problem was caused by mis-configured DNS settings on the puppet master server. Once fixed, I haven't been able to reproduce the problem. On Tuesday, April 1, 2014 1:29:43 PM UTC-4, Nick Miller wrote: Sorry, brain-fart. Yes, I do have the filebucked

[Puppet Users] Re: Pushing git repo to Windows agent

2014-03-11 Thread Nick Miller
:46:21 AM UTC-5, Nick Miller wrote: Thank you for the replies. What I've done is setup the agent on the puppet master to pull the latest version of the repo, then the agents recursively pull the directory. There are a couple of problems I'm running into. The first is that line breaks

[Puppet Users] Re: Pushing git repo to Windows agent

2014-03-10 Thread Nick Miller
-test.git, revision= 'master', } } Thanks, Nick On Friday, March 7, 2014 3:13:47 PM UTC-5, Nick Miller wrote: Hi, I'm just starting out with puppet, and I have a basic handle on it. What I've been tasked to do is to be able to push files from a git repo

[Puppet Users] Pushing git repo to Windows agent

2014-03-07 Thread Nick Miller
Hi, I'm just starting out with puppet, and I have a basic handle on it. What I've been tasked to do is to be able to push files from a git repo to Windows servers. The servers themselves will have no internet access, so installing cygwin git on the agents is not an option. What I'd like to