Displaying 18 results from an estimated 18 matches for "oreillyauto".
2012 Jul 12
15
How can I list classes available on the puppet master?
Is there a way to get a list of all the classes available from the puppet
master?
I have 2 goals for this - one is documentation in a human readable form,
and the other is potentially importing that data into dashboard.
I did find some info on the rest API
(http://docs.puppetlabs.com/guides/rest_api.html#resource-types ) but I
can''t make any sense of the output from it.
Thanks.
2012 Jun 15
8
Puppet Forge question
I''m running puppet in a local VM to do some testing, and all of our systems
are behind a proxy. I''ve got the http_proxy environment variable set
properly, but when I try to use puppet module install <foo> it doesn''t seem
to honor it and can''t connect.
I used wget to download it, but even when I use modulepath it still tries
to connect to the forge and
2012 Jul 06
5
Certificate problems.
I''m setting up a dev / test environment using a couple of Ubuntu 12.04 VMs.
I have puppet installed on one of them, and am trying to get it to sync
against itself to get certain things in place to distribute with the nodes.
However, I am having some issues.
# puppet agent --test
info: Creating a new SSL key for puppet-local-master
err: Could not request certificate: getaddrinfo: Name
2005 Oct 18
2
Need help with "username map"
We have setup a Samba member server using Winbind (3.0.14a and NT4). I am
trying to "map" the NT Domain ids to root (root = admin administrator
rdehn) but this seems to be ignored when I try and connect to a share. The
"username map = /etc/samba/smbusers" line is in the Global section of
smb.conf and testparm is OK. What am I missing? Is this not possible?
Thanks in
2008 Jan 01
2
Upgrade from SLES9 3.0.20 to 3.0.26a breaks getent
All -
This evening I attempted to catch up on security releases and upgraded from
SLES9 3.0.20 to 3.0.26a and found that getent only returns local UNIX
groups and users. We are using winbind to communicate with an NT domain.
The server has been restarted and services are running. Using wbinfo -u and
-g does provide NT domain groups and users as expected and net rpc testjoin
result is OK. I have
2012 Jul 26
2
Please send me your puppet formatting puzzles...
Hi,
I have been working on a new puppet code formatter for Geppetto for some
time, and it is now starting to work quite well. The plan is to release
it in Geppetto 3.0.
If you want to, you can help by sending "formatting puzzles" - i.e.
"given input x, produce formatted result y".
I am esp. looking for code where it is impossible to follow "the style
guide" -
2012 Jun 27
6
Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type ruby::gemInstall at myFile.pp:82
I have a module located at /etc/puppet/environments/test/modules/ruby.
I
n this I have a manifests folder with two .pp files - init.pp and
gemInstall.pp.
In one of my node def files I have:
include ruby
ruby::gemInstall { ''someGem-version.gem'':
path => ''/path/to/agent/local/gem/repo'',
}
ruby::gemInstall is a define, and it has some logic to get around
2008 Nov 26
1
SLES10 SP1 3.0.32 - Excel files set read only
After recent Samba updates to one of our SLES10 SP1 systems users who open
and save Excel 2007 files end up with the Read-only attribute set on the
file. I had this same problem with the 3.0.28 update and the only solution
I found was to roll back to the previous version. My understanding was
that 3.0.32 should fix this. Did I miss something? Are there smb.conf
changes that need to be made
2012 Jul 09
2
layout question
I''m in the process of refactoring some code and getting it ready for 3.0 in
the process.
I''m trying to better modularize things as well.
I''ve got a general tomcat module, but I also have a number of tomcat
related things that only apply to one class of appserver we have.
What would be the best way of handling these?
Should I create a module, say, teamname_tomcat
2012 Jul 31
1
puppet doc questions
Does puppet doc require a specific version of any gems (such as rdoc or
rake) to operate?
I''m getting some errors when I try to generate my rdoc now.
# puppet doc --output /var/www/test --modulepath
/etc/puppet/environments/test/modules -m rdoc
RDoc::RDocError is deprecated and will be removed in RDoc 4
Could not generate documentation: uninitialized constant
RDoc::RDoc::Generator
2012 Jul 18
2
rspec-puppet and puppet doc conflicts
I recently started trying to use rspec-puppet and puppetlabs-rspec-helper.
When I ran ''rspec-puppet-init'' in one o fmy modules, it created a series of
symlinks.
Now, when I run puppet doc (via a rake task supplied by The Foreman, but
also when I call it directly) I get the following error:
Could not generate documentation: Definition ''mongodb::addmongouser''
2005 Oct 06
1
Winbind problem - 3.0.20a and NT4 domain
All -
We are using 3.0.20a on SLES 9 and are trying to configure a member server
for our NT4 domain. The wbinfo commands (-u and -g) show correct
information. The getent commands (passwd and group) work fine also. If
Samba is running without winbind, I can see the shares in the config file
(net view \\xxxxxxxx) from a PC. With winbind running I get an error
message about the computer name
2012 Jul 02
7
puppetmasterd continuously consuming high CPU, with many interrupts
So, I have a server at home that has four VMs running inside it.
All are managed via puppet. The physical host runs puppetmasterd.
I don''t recall noticing this before, but puppetmasterd has decided
to be kind of crazy. Here''s the physical host with no puppetmasterd
running:
top - 11:36:15 up 271 days, 15:16, 1 user, load average: 5.68, 5.50, 6.45
Tasks: 129 total, 1
2012 Jul 10
19
problem using apache & passenger to run dashboard
Hi,
My puppetmaster is running through apache, and now I am setting up
dashboard to be run by apache too.
I followed docs in
http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html#starting-and-managing-delayed-job-workers,
but after I restarted httpd, I see a apache welcome page.
I set documentroot to be:
DocumentRoot /usr/share/puppet-dashboard/public/
2004 Nov 22
0
Samba connection problem
I am running Samba on an IBM iSeries PowerPC based install of Linux RH EL
3. I map a Linux Samba share to my XP machine with no problem. I can
browse folders with no problem, however, when I work with any files, ie,
copy or edit, after a long delay, I get the file with the following
gibberish prepended.
??SMB. ?? ??d ??? ?? ?; ?[Tests]
[Tests] is the first part
2012 Jul 17
0
rdoc problems.
On my puppet master, some of the directories that puppet controls contain
symlinks that point to targets that don''t exist on the master (but do on
the nodes).
When I run puppet doc, it fails due to these targets not existing.
Is there a way around this, that won''t require me setting up the "missing"
files on the master?
Lee
--
You received this message because
2012 Jul 27
0
puppet 3 and hiera
I just installed puppet 3 (3.0.0-0.1rc3puppetlabs1) on a 32bit Ubuntu 12.04
''server'' VM. I used the packages for the install.
I then copied over my existing modules and manifests from my production
2.7.x puppet master, and also my hiera.yaml and hieradata/*.
When I run puppet agent --test I get the following:
Error: Puppet::Parser::AST::Resource failed with error
2008 Dec 22
1
Authentication fails - 3.0.26a-0.9-1787-SUSE-SLES9
I recently brought up our fifth Samba domain member server with
3.0.26a-0.9-1787-SUSE-SLES9 against an NT4 domain on a new subnet. The
subnet also has an NT4 BDC that is working correctly. Wbinfo and getent
both work properly but users can not get to the [homes] service but can
get to another share that is on the same system. If I setup a share
definition in smb.conf for myself as a home