seems this command is failing and I don't know how I can make "puppet
enterprise" be a valid subcommand.:
2016-11-08 14:32:21,008 Running command: /opt/puppetlabs/puppet/bin/puppet
enterprise configure --debug --detailed-exitcodes --modulepath
/opt/puppetlabs/server/data/enterprise/modules
*Er
I wanted to use the puppetdb api to be able to sniff out some various
anomalies that the console doesn't easily show me. I wanted to do this via
powershell because I know it better than bash or Python or whatever
language smarter folks than me would use. I had to wade through some
poorly docu
Nailed it! Not sure which package did the trick, but smooth sailing after
installing these.
On Thursday, April 30, 2015 at 5:21:20 PM UTC-7, Kamil Keski wrote:
>
> Scratch 2.1.5 as the issue. Quick lsof shows that everything is still
> using the 1.9.1 binary pulled in the install. Only other
I've been chasing this around all day today. I have no idea what this is
or how to get around it.
On Wednesday, April 29, 2015 at 1:41:20 PM UTC-7, Kamil Keski wrote:
>
> Clean slate install on Ubuntu 14.04 produces the following error and will
> not proceed.
>
> ** HTTP_PROXY= http_proxy= HT
Edits done via node:groups are reporting back "successfully edited", but
when I look in the console, no change. What gives?
Ubuntu 12.04
Puppet Enterprise 3.2.0
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group an
Seems like this should be easy, but I am having a tough time sorting it
out.
I am using PE 3.1 and I want to know which of my nodes are missing a
certain class. Its pretty easy to get a list of the nodes that have the
class in the console, but that still leaves a lot of math for me to do as I
I had some corruption in my puppetdb and had to rebuild my KahaDB
directory. After doing so I restarted everything, but all of the puppet
nodes still show 'unresponsive', even after a successful puppet run. Looks
like things are running smoothely now, only the console isn't updating
properly.
I keep getting this error with a module I wrote. Apparently, it doesn't
like something about my module, but I don't see anything interesting about
it. I found the bug below, but I don't know which config.ru to edit for
the workaround. Has anyone else seen this?
https://projects.puppetlabs.co
oduct against a high
profile issue.
On Tuesday, February 18, 2014 10:26:15 AM UTC-8, Rob Reynolds wrote:
>
>
>
>
> On Tue, Feb 18, 2014 at 12:10 PM, Jay Benner
> > wrote:
>
>> PS - This system that I am working on is very much a test system, so we
>> can try whateve
Reynolds wrote:
>
>
>
>
> On Mon, Feb 17, 2014 at 2:57 PM, Jay Benner
> > wrote:
>
>> I tried them in chocolatey.ps1, but that just seemed to break chocolatey.
>>
>>
>> On Monday, February 17, 2014 11:11:25 AM UTC-8, Jay Benner wrote:
>>>
>
I tried them in chocolatey.ps1, but that just seemed to break chocolatey.
On Monday, February 17, 2014 11:11:25 AM UTC-8, Jay Benner wrote:
>
> If I am going to use the workarounds mentioned in the bug article you
> referenced, should I put that code into chocolateyinstall.ps1?
>
et.
>
>
> On Fri, Feb 14, 2014 at 3:33 PM, Jay Benner
> > wrote:
>
>> Some improvement. I'll attach another chocolateyinstall log below. It
>> still didn't install the agent, but it also didn't add an entry to /lib, so
>> I'm guessing it w
on the issue itself for updates.
>
> In the meantime if you are using SYSTEM for the puppet agent, I would
> switch to something with network access and see if chocolatey works inside
> of puppet.
>
>
> On Fri, Feb 14, 2014 at 3:33 PM, Jay Benner
> > wrote:
>
running into an issue we have seen but have not been able to
>> reproduce effectively -
>> https://github.com/chocolatey/puppet-chocolatey/issues/18
>>
>>
>> On Fri, Feb 14, 2014 at 12:47 PM, Jay Benner
>> > wrote:
>>
>>> The following is a
e, but may be running into
> something else when it is running. In C:\chocolatey\chocolateyInstall there
> are some log files, what does the log file say about the installation?
>
>
> On Thu, Feb 13, 2014 at 2:10 PM, Jay Benner
> > wrote:
>
>> I had deleted the
I had deleted the entry in /lib.
On Wednesday, February 12, 2014 2:37:49 PM UTC-8, Jay Benner wrote:
>
> I have a bunch of windows servers with NewRelic installed on them and I
> want to start managing those installs with Puppet. Seemed like the thing
> to do would be to hav
wrote:
>
> Can you share your manifest?
>
> Also would you run puppet agent --test --verbose --debug and post that
> output (preferably in a gist / pastebin and then link that here)? Remove
> the sensitive information such as the license.
>
>
> On Thu, Feb 13, 2014 at 10:55 A
t seems to work
perfectly when I run chocolatey from the command prompt. I didn't realize
that the chocolatey group supported the puppet provider as well; I'll note
it in the future.
On Wednesday, February 12, 2014 2:37:49 PM UTC-8, Jay Benner wrote:
>
> I have a bunch of windows ser
I have a bunch of windows servers with NewRelic installed on them and I
want to start managing those installs with Puppet. Seemed like the thing
to do would be to have chocolatey uninstall what is there and reinstall
within the framework of chocolatey so that I get addressable version
informat
Hi Felix,
Sorry for delay in responding!
Thanks, I am using red hat platform and logs are created as redirected
output of console to a file on puppet run.
Once again thanks for your input, Could you please point out a sample to
use syslog ?
Regards,
Jay
Regards,
Jay
On Sun, Dec 22, 2013 at
Hi Friends,
Is there any configuration file.. where I can add / remove log formats of
puppet run?
I need timestamp in the log which is currently missing.
Thanks in Advance!
Regards,
Jay
--
You received this message because you are subscribed to the Google Groups
"Puppet Users"
Has anyone successfully use the class selectors for the puppet MCollective
plugin?
Something like:
$ mco puppet runonce --tags mysql::master
>From the docs:
*puppet_tags*
*===*
*Validates that a comma seperated list of tags are valid Puppet class names*
* Author: R.I.Pienaar >*
*
If I stick a "notify { "$version": }" into the define, it shows the
expected value, so my issue appears to be scope access.
On Sun, Nov 17, 2013 at 4:50 PM, Jay Christopherson
wrote:
> I have a parent class, a child class, and a defined type, like so:
>
&
I have a parent class, a child class, and a defined type, like so:
*init.pp*:
class parent {
create_resources(parent::versions, hiera('versions'))
...
}
*versions.pp:*
define parent::versions($version) {
}
*child.pp*:
class parent::child {
include parent
notify{ "${version}": }
}
(
oh damn. can't believe I missed that.
On Sat, Nov 16, 2013 at 11:59 AM, Dan White wrote:
> Rename the file “services.pp” to "myservice.pp” to match the defined type
>
> On Nov 16, 2013, at 1:52 PM, Jay Christopherson
> wrote:
>
> I'm having a diffi
There is a typo in the example class - "ensure => running" doesn't apply to
a package... sorry if that creates any confusion.
On Sat, Nov 16, 2013 at 10:52 AM, Jay Christopherson
wrote:
> I'm having a difficult time with a dependency issue. Basically, I want to
> b
I'm having a difficult time with a dependency issue. Basically, I want to
be able to call a defined type, but it's not working out so far. I have my
manifests setup like this:
init.pp:
class foo {
}
bar.pp:
class foo::bar {
include foo
package{ "test":
e
Did you figure this out? I am having the same trouble.
On Tuesday, April 9, 2013 10:44:38 AM UTC-5, Grant Trevor wrote:
>
> I'm trying to follow the steps on
> http://docs.puppetlabs.com/guides/custom_facts.html in regards to
> declaring External Facts using powershell.
>
> I've created a simpl
Thanks Ryan!
I'm looking for something like a "break" statement, which should not
proceed execution of following resources.
Anyway thanks for the information about future parser. Appreciate your time
in answering my question.
Thanks,
jay
On Oct 10, 2013 11:57 AM, "Ryan Co
package {..}
file {...}
}
Appreciate your help on this.
Regards,
Jay
--
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.co
Thanks Brother!!!
This helps a lot to me.
On Tuesday, October 9, 2012 9:26:42 PM UTC+5:30, Salty Old Cowdawg wrote:
>
>
> On Tue, Oct 9, 2012 at 11:52 AM, Michael Stahnke
>
> > wrote:
>
>>
>> The contents of that php/manifests/init.pp file might be helpful here.
>>
>> It actually turned out to
And I guess I solved my own issues. I muddled around and this syntax works:
*<% scope['test::appcfg']['backends']['nodes'].each do |server| -%>*
* <%= server %>*
*<% end -%>*
On Tue, Jul 30, 2013 at 11:32 AM, Jay Christopherson
wrote:
> O
|server| -%>*
* <%= server %>*
*<% end -%>*
but I can't quite seem to find the correct scope syntax to make it work.
I've tried a few variations, but haven't hit on it yet.
On Tue, Jul 30, 2013 at 10:32 AM, Jay Christopherson
wrote:
> I'm having some issues
I'm having some issues trying to track down a problem I'm having parsing a
simple template, using create_resources and Hiera. Here's my setup
(abridged):
../hieradata/settings.yaml:
*global:*
* variables:*
*env: foo*
*
*
*appSpecific:*
* serverName: someServer*
../modules/test/manifests/
Yep, a hash structure. I didn't even think to check whether Ruby hashes
were ordered (I just assumed they would be), which should have been the
first thing to check when I noticed that my results were unordered. Thanks
for the info!
On Thu, Mar 14, 2013 at 6:36 PM, Ellison Marks wrote:
> each_
I have a template that I'm using to build Memcache configs from. The
template looks like this:
USER="memcached"
MAXCONN="1024"
OPTIONS=""
PIDDIR="/var/run/memcached"
<% cachebins.each_pair do |bin, params| %>
<%= bin.upcase %>_PORT="<%= params['port'] %>"
<%= bin.upcase %>_CACHESIZE="<%= params[
Awesome, that's exactly what I was looking for.
On Mon, Mar 11, 2013 at 11:02 AM, Ellison Marks wrote:
> You don't have access to the configs variable What you do have access to
> is the $title variable, which I think is what you want. This is
> automatically set by puppet to the name of the def
So, this is mostly working now (thanks for the pointers!), but how can I
reference the top level "configs" within my define? For example:
configs:
config1:
Name: app1
WorkingDir: /var/app1
config2:
Name: app2
WorkingDir: /var/app2
...
config100:
Name: app100
Workin
Yes, sorry about the case mixing. That was a mis-paste. Thanks for the
advice, I'll start working through your suggestions.
On Fri, Mar 8, 2013 at 2:49 PM, Ellison Marks wrote:
> Through create_resources, Name and WorkingDir are being passed to your
> defined type as parameters. Your defined t
I'm trying to use create_resources to create a series of files with
semi-custom content based on a template.
This is what I have:
foo.conf.erb:
Name "<%= name %>"
WorkingDir "<%= working_dir %>"
... a bunch of static entries
YAML:
configs:
config1:
Name: app1
WorkingDir: /var/a
Anybody who can tell more about that?
Is that the only way to get msi packages work with puppet?
https://github.com/puppetlabs/puppet_for_the_win
On 23 Mrz., 10:06, Jan Ivar Beddari wrote:
> On 03/23/2012 08:24 AM, Jay Ze wrote:
>
> > Hi,
>
> > Can anybody here tell me wha
On 23 Mrz., 12:16, Paul Tötterman wrote:
> Hi Jay,
>
> > exec { 'ExecCreatedFolder':
> > command => "mkdir C:\PuppetOrdner\ExecCreatedFolder",
> > }
>
> mkdir is a command implemented by the windows command processor cmd.exe,
&
Hi,
Is it correct that it's not possible to excecute Windows Commands
directly with the puppet run?
For example:
exec { 'ExecCreatedFolder':
command => "mkdir C:\PuppetOrdner\ExecCreatedFolder",
}
I allways have to bind it with a .bat file right?
file { 'c:/PuppetFolder/puppettest
Hi,
Can anybody here tell me what msi packages can be used with windows
puppet?
Can I somehow create msi packages for puppet on my own?
Do I have to install some more gems to get puppet work with msi
installation?
Thx :-)
--
You received this message because you are subscribed to the Google G
t/windows/files/FirefoxESR-10.0.2-de.msi
> exist (case sensitive) and readable by the puppet master process?
>
> -Jeff
>
> On Thu, Mar 22, 2012 at 8:26 AM, Jay Ze
> wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > I finally got puppet to run.
> > My
Hi,
I finally got puppet to run.
My first test successfully created a file with content, I specified in
the init.pp for this client.
After that I wanted to install a msi package. (Firefox)
I placed it into the right place on the Puppetmaster and created
following init.pp
class windows() {
file {
On 21 Mrz., 19:22, Josh Cooper wrote:
> Hi Jay,
>
> On Wed, Mar 21, 2012 at 7:02 AM, Jay Ze
> wrote:
>
>
>
>
>
>
>
>
>
> > Hi,
>
> > I posted an other problem with puppet and windows weeks ago.
> > With the new Version 2.7.12 those p
Hi,
I posted an other problem with puppet and windows weeks ago.
With the new Version 2.7.12 those problems were fixed.
But now I don't get puppet to work.
I installed puppet as explained here:
http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows
It worked so far.
But when I start
pup
Sorry. Wanted to know what shortly means.. not soon ;-)
On 17 Feb., 07:32, Jay Ze wrote:
> On 16 Feb., 18:11, Josh Cooper wrote:
>
>
>
>
>
>
>
>
>
> > Hi Jay,
>
> > On Thu, Feb 16, 2012 at 6:14 AM, Jay Ze
> > wrote:
>
> > > Hi,
&
On 16 Feb., 18:11, Josh Cooper wrote:
> Hi Jay,
>
> On Thu, Feb 16, 2012 at 6:14 AM, Jay Ze
> wrote:
>
> > Hi,
>
> > I want to run Puppet on a Windows 2003 Server. I already have a
> > working Puppetmaster (Scientific Linux).
>
> > I install
Hi,
I want to run Puppet on a Windows 2003 Server. I already have a
working Puppetmaster (Scientific Linux).
I installed Puppet on Windows like shown here:
http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows
This worked very well.
But when I want to run puppet.
puppet agent --test --
rying to create a virtual disk image that has alot of programs
pre-installed on it, that can be deployed once and then synced automatically
with the "latest" version of that virtual disk image (which has the latest
databases and open source software, which is installed and maintained by our
I have this ouput when I do a "yum check-update" which is the command
which is run in the yumhelper.py :
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Skipping security plugin, no data
compat-dapl.i386 2.0.13-4.el
Hi Puppet Users,
In my configuration, I modify in the "pre" stage the ldap.conf file
which is originally generic and useless.
Then, in the main stage, I try to modify the ownership of files with
ldap users and groups and I have an error "Cannot find user/group".
I have done several tests :
- jus
ork on ;-)
I'll come back if I have any more questions, thanks again.
Jay
On 16 déc, 17:15, jcbollinger wrote:
> On Dec 15, 4:27 pm, "Jay N." wrote:
>
>
>
> > Hi,
>
> > I have a dependency problem in my configuration. I have thoses 2
> > objects.
&g
Hi,
I have a dependency problem in my configuration. I have thoses 2
objects.
file { "/etc/puppet/files":
...
}
file { "/etc/puppet":
...
require => File["/etc/puppet/files"],
}
I thought I would have no problem with that but /etc/puppet is
autorequired by /etc/puppet/files, which means a depen
Hello all,
I am a new user to Puppet (system and language) and have a question
regarding hashes and iterating through them in a definition. What I
am trying to do is specify a multi-dimensional hash on a particular
node, pass this hash to a define, and recursively do "stuff" using the
key/value p
'BBB'
# ...
else
# ...
end
end
end
Peace,
--Jay
On Tue, Nov 16, 2010 at 9:12 AM, Dennis vdM wrote:
> Thanks Dan!
>
> The conversions action does exactly what I want.
>
> :-)
>
> On 16 nov, 18:02, Dan Bode wrote:
> > Hi Dennis,
> >
&
Awesome, thanks guys. I think this time I'll have to move the ca directory
and generate the new cert, but since we do have an alias of "puppet" which
I'm going to switch over, I'll definitely look into using those "certname"
and "certdnsnames" options.
Hey all,
I need to move my puppet master to a different host with a different
hostname. Is there a fancy way to do this that doesn't involve manually
going to each client and cleaning the certificates?
Thanks,
--Jay
--
You received this message because you are subscribed to the Google G
I am running into a problem with my LDAP puppet setup with this error
message:
PuppetClient:
err: Could not retrieve catalog from remote server: Error 400 on SERVER:
Could not parse for environment DR: undefined method `to_sym' for ["ENV1",
"ENV2"]:Array
PuppetMaster:
err: Could not parse for env
Hi all,
I am suddenly getting an "Invalid parameter provider" when puppet
runs on a debian box that has been working fine.puppetd output is:
info: Retrieving plugins
err: /File[/var/lib/puppet/lib]: Failed to generate additional
resources during transaction: None of the provided sources exi
62 matches
Mail list logo