1. Windows Server 2008 R2 Enterprise
2. because this is the requirement given by my client
(installation of about 1,500 - 2,000 virtual machines, they won't switch
that easy...)
Am Mittwoch, 13. November 2013 22:39:02 UTC+1 schrieb Rob Reynolds:
>
> What version of Windows? Why such an older ve
Hi,
thanks for reacting.
To describe more what I want to do:
I have a web API and I want to make some REST requests to it, and verify
the response satus or body to make sure the request succeeded. With "curl"
it gives this:
exec{"add a cluster ${clusterName}":
command=> "curl -u
Hi John,
thanks for posting. After having a look inside the puppet code I used the
'--evaltrace true' option for another puppet agent run on the Windows vm
and I got a lot of messages regarding my custom type (evalutation). Finally
I have a proof that the communication regarding custom type con
Hi all,
i can't optimize Puppet Dashboard
/opt/puppet/share/puppet-dashboard# sudo -u puppet-dashboard rake
RAILS_ENV=production db:raw:optimize
Warning: Rails rake tasks currently unavailable because we can't find the
'rails' gem
Could not load rdoc/task. Some rake tasks may not be avail
Hi All,
sry for that empty post, my bad.. i'm trying to optimize Puppet Dashboard
but i get this:
/opt/puppet/share/puppet-dashboard# sudo -u puppet-dashboard rake
RAILS_ENV=production db:raw:optimize
Warning: Rails rake tasks currently unavailable because we can't find the
'rails' gem
Coul
ruby -v 1.8.7
rails -v Rails 2.3.14
rake -v
Warning: Rails rake tasks currently unavailable because we can't find the
'rails' gem
Could not load rdoc/task. Some rake tasks may not be available without
rdoc/task.
The load error generated the following message: no such file to load --
rdoc/ta
Dear puppet wizards,
http://docs.puppetlabs.com/puppet/3/reference/lang_defined_types.html does not
suggest to me that nested parametrized defines would be forbidden, hence I
expected the following code to work:
add_to_ssh_authorized_keys.pp:
define a::ssh_keys::add_to_ssh_authorized_k
On Thursday, November 14, 2013 3:06:05 AM UTC-6, ulrich igor ngouagna
kouete wrote:
>
> Hi,
> thanks for reacting.
>
> To describe more what I want to do:
>
> I have a web API and I want to make some REST requests to it, and verify
> the response satus or body to make sure the request succeeded
SOLVED!
My (dumb) problem was that I did not start the command window (on Windows
server) using the right-click 'Administrator', but I used my own account
which generally IS an account with full privileges but Windows seems to
need the "real thing"...
Unfortunately there is absolute NO error m
On Monday, November 11, 2013 5:06:30 PM UTC-5, Dominic Cleal wrote:
>
> On 11/11/13 15:18, Jist Anidiot wrote:
> >
> >
> > On Friday, November 8, 2013 12:23:11 PM UTC-5, Dominic Cleal wrote:
> >
> > On 06/11/13 21:17, Jist Anidiot wrote:
> > > I'm trying to make sure a specific user
On Wednesday, November 13, 2013 11:23:15 AM UTC-8, Bret Wortman wrote:
>
> Next fun topic for today: our security folks want to change all the
> /sbin/nologin and related shells to /dev/null. Augeas seems the perfect
> tool for this, but I'm having a devil of a time getting close to something
>
I don't have any examples handy, but the easiest way to try out managing
the file with Puppet is to store it somewhere, say /tmp/file.json and then
play around with it in augtool:
augtool -A -t 'Json incl /tmp/file.json'
augtool> match /files/tmp/file.json/dict/entry[. = 'svc_port']/*
/files/tmp
Hi,
I'm new to Puppet and having some trouble running the following commands on
my Puppet Server.
#puppet module list
or
#puppet module install puppetlabs/apt
I get the following error.
Notice: Preparing to install into /etc/puppetlabs/puppet/modules ...
Error: No source module metadata provi
You know what's sad? I looked at setm when I was poking around with
augtool, but didn't see any examples using Puppet so I never circled back
to it.
I ended up writing a shell script with a sed script inside, distributing
that using file and then executing it via an exec in refreshonly mode. I'll
Wondering if all of you guys are getting the enterprise support.
Also, if PuppetLabs the only company providing this kind of support or do
you have anyone else giving the support
Thanks
Harshit
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
Puppet is really meant for managing systems, not data. The data in LDAP is
really more like database data, not so much as system information, even
though many system services use it to get information.
Consider if you would use Puppet to manage data (like web site content) in
a MySQL database. Y
Hi all,
after setting up puppet for my linux clients yesterday I started
tackling the windows7 PCs. I managed setting up users and deploying
files but I couldn't get it to install software, e.g. Mozilla Firefox.
I ran into various problem. First, puppet agent threw strange errors
probably becaus
Thanks, Jason.
On a related note, we have maybe 50 +/- hosts -- and though we do use
VMWare, I am not sure we really need separate hosts for all of the Roles.
For example, the "master" will be on real-iron, and the PuppetDB will be
(for now) virtual. But another role for Console seems like over
On 2013-11-13, at 1456, David Lutterkort wrote:
> I don't have any examples handy, but the easiest way to try out managing the
> file with Puppet is to store it somewhere, say /tmp/file.json and then play
> around with it in augtool:
That's what I eventually ended up doing, and after several
Hi!
I'm afraid this was mostly my fault, we released a version of mcollective
without some needed metadata and recently changes made this more
problematic than it used to be. I've uploaded a new release so you should
be able to fix this with:
puppet module uninstall puppetlabs-mcollective
pup
Are these non-enUS Windows clients?
2.7 ran on an older version of ruby (1.8.7 I believe) that allowed for
encoding to be more loose. That was tightened up in 1.9 and might be what
you see occurring as parts of the code base still open tickets for this.
WIth the chocolatey provider, I would say u
Glad to see you have it solved. As John had previously mentioned, Windows
support was early in that version so that could be why you were not seeing
error messages.
On Thu, Nov 14, 2013 at 8:33 AM, Stefan Pommerening wrote:
> SOLVED!
>
> My (dumb) problem was that I did not start the command wi
I haven't coded this sort of thing but I know of one example. We use a
module where I work to configure our Opsview monitoring software. It sends
requests to the Opsview REST API, parses the responses, and sends more
requests to update anything that needs it.
If you want to look at it:
https://fo
On 2013-14-11 12:32, Patricia Jung wrote:
Dear puppet wizards,
http://docs.puppetlabs.com/puppet/3/reference/lang_defined_types.html does not
suggest to me that nested parametrized defines would be forbidden, hence I
expected the following code to work:
add_to_ssh_authorized_keys.pp:
> The data in LDAP is really more like database data, not so much as system
information
I guess the question really evolves around this: despite the system
configuration being stored in a datastore that provides infinitely amount
of flexibility, do you continue to consider your system configuratio
Hi,
It's starting up through SMF? What happens if you try to run the agent
directly? Like:
sudo puppet agent -t
Or run it as root without sudo.
Rich
On Wednesday, November 13, 2013, Andreas Dvorak wrote:
> Dear all
>
> the puppet agent does not want to start on my first Solaris zone. I have
26 matches
Mail list logo