Hi Joshua,
I will have time this weekend to check cpuinfo on Debian on my PPC64.
I try to get someone involved with access to HP-UX.
- Martin
On Oct 22, 2013, at 4:17 AM, Joshua Hoblitt wrote:
> It's been a week and I haven't gotten a single response. Does anyone
> actually use those platform
I upgraded to puppet 3.3.1 and my clients can no longer access custom
facts or types. pluginsync = true in [main] for both clients and the
server. I suspect a problem with pluginsync because the master is
able to load the custom facts.
I looked at syslog on both machines and didn't find any erro
Joshua,
AIX doesn't have /proc/cpuinfo. There are other methods of garnering
facts for AIX that I believe are already in use in facter.
On Mon, Oct 21, 2013 at 7:17 PM, Joshua Hoblitt wrote:
> It's been a week and I haven't gotten a single response. Does anyone
> actually use those platforms? :
It's been a week and I haven't gotten a single response. Does anyone
actually use those platforms? :)
-Josh
--
On 10/13/2013 02:41 PM, Joshua Hoblitt wrote:
> Hi Folks,
>
> I'm looking at tidying up the way /proc/cpuinfo is parsed in facter and
> the in tree fixture examples for any kernel other
Another round of thanks for the replies to this thread. I apologize that
almost as soon as I posted it, I got pulled off onto another project and
wasn't able to follow up until now. Replies inline below, and there are
probably a couple more coming to different branches (damn I miss Usenet
threa
Hi All,
I am using vms on gogrid and rackspace completely. I am decent but still
learning puppet. The biggest problem with vms, especially where I cant
control the Host is ntp time and date sync to be good.
Here is my config to sync ntp. Please dont tailor my code just help me fix
the proble
HI,
It should be possible to do something like this:
$users = [a,b,c]
$users += [d,e]
Or, $users = [[a,b,c] [d,e]] etc.
Perhaps a better question, what is it you're trying to do, exactly, that
you need this?
--
Daniele Sluijters
On Monday, 21 October 2013 20:21:18 UTC+2, Sergey Arlashin wro
Hey,
Usually there's about million things that can go wrong but ever since 3.x
I've really had no issue whatsoever with upgrading releases. This was quite
a bit different from 2.6/2.7 and I think really speaks to the work the QA
folks at Puppet Labs are trying to do.
That being said, most issu
Hi everyone,
We are working on enhancing our internal testing so we can improve the
overall quality of Puppet releases. For example, I am one of two QA
engineers assigned full-time to testing Puppet's FOSS stack. I'm seeking
your input and experience to help us identify what we're missing and w
Greetings.
I'm running Puppet 3.3.1. On the server, when I run a command like this:
# puppet master --compile hostname > hostname.json
... the resulting JSON file has an extra line at the top containing:
Notice: Compiled catalog for (hostname) in environment production in 1.09
secconds
Is the
Apologies, this appears to be an issue with python's msi and not with
puppet.
On Monday, October 21, 2013 4:01:43 PM UTC-4, Jason Bray wrote:
>
> So I downloaded the python 2.7.5 msi from their website:
> http://www.python.org/download/releases/2.7.5/ and installing it manually
> works exactly
So I downloaded the python 2.7.5 msi from their website:
http://www.python.org/download/releases/2.7.5/ and installing it manually
works exactly as one would expect. However, it seems that the puppet
installation of it does some weird things. My manifest is simple:
package ('Python 2.7.5':
e
I am using the "start command prompt with puppet" command. I was able to
verify this happening on both a physical machine and on a vm.
However, after my initial question, we obtained and installed the release
version of windows 8.1 and this seems to no longer be an issue. Perhaps
something fun
Hi!
Is it possible to add a new element to an array inside puppet manifest ?
Something like ruby's array.push('new_element') ?
--
Best regards,
Sergey Arlashin
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and
I found the solution to my problem here:
http://projects.puppetlabs.com/issues/18411
ALTER TABLE delayed_job_failures MODIFY details BLOB;
that resolved the error for me.
On Friday, October 4, 2013 7:46:03 AM UTC-4, Julien Nephtali wrote:
>
>
> Hi have add issues with stuck pending jobs on my pu
I found the solution to my problem here:
http://projects.puppetlabs.com/issues/18411
ALTER TABLE delayed_job_failures MODIFY details BLOB;
that resolved the error.
On Friday, October 11, 2013 7:07:02 AM UTC-4, cko wrote:
>
> That fixed the problem for me. Thanks.
>
> On Friday, September 6, 2013
I just upgraded my Puppet master from 3.1 to 3.3.1. It is running via
Passenger on FreeBSD.In manifests/default.pp, I have:
Package {
provider => "portupgrade",
}
This used to work just fine, but is now throwing errors. On the clients, I
see:
Error: Could not retrieve catalog from remote ser
Another thing to verify if you're you're using passenger you'll need to
have the ssl header lines enabled in the puppet.conf:
ssl_client_header = SSL_CLIENT_S_DN
ssl_client_verify_header = SSL_CLIENT_VERIFY
On Wednesday, October 2, 2013 10:37:41 PM UTC-7, Tim Fall wrote:
>
> That might have bee
I'm trying to use the puppetlabs-mcollective module as described in the
documentation. I use a homegrown ENC, and am having some issues with the
YAML. This is with Puppet 3.3.0 open source master and agent.
1)
ENC YAML includes:
classes:
::mcollective:
client: true
middleware: true
m
Dear all,
I'm trying this thing for a while but can't figure out what am I doing
wrong.
Here is my sample function (which is similar to the original one, except
for the hash, which is generated dynamically in the original one):
module Puppet::Parser::Functions
> newfunction(:am_running_oss
Hi John,
I add purge => false in the file /usr/local/nagios/libexec but it did not
change anythink.
I need to find out if I can put the files in an other directory.
Thank you
Andreas
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubsc
On Monday, October 21, 2013 2:37:10 AM UTC-5, Andreas Dvorak wrote:
>
> Hi,
>
> I have a file resource that brings files in the diretory
> "/usr/local/nagios/libexec" from source1 and I have a second resource file
> that should bring file in that same directory but from an other source.
> But t
On Friday, October 18, 2013 8:07:32 PM UTC-5, Bryan Traywick wrote:
>
> This also brings up a third question that I thought of while formulating
> my thoughts for this question: Why are dependency and ordering linked in
> puppet? It seems to me that ideally there should be a way to specify that
On Friday, October 18, 2013 8:07:32 PM UTC-5, Bryan Traywick wrote:
>
> I have a general question and a specific question that are related.
>
> The general question: Is it possible to have the dependencies (commands
> that "require") of a command execute even if the command fails? Meaning
> cre
Hi,
I have a file resource that brings files in the diretory
"/usr/local/nagios/libexec" from source1 and I have a second resource file
that should bring file in that same directory but from an other source.
But the result is that only the files from file {
"/usr/local/nagios/libexec": do exi
25 matches
Mail list logo