Hello
Currently we are using Version 0.24.x on our production system. Now we
are planing to perform an upgrade. Which version do you suggest is
stable enough for production? Can I directly upgrade from 0.24 to 2.6?
Any other consideration?
BR Rene
--
You received this message because you are
On Tue, Jan 4, 2011 at 8:02 PM, Felix Frank wrote:
> On 01/03/2011 10:51 PM, Ace wrote:
> > I want to manage cronjobs as a " file " in solaris through puppet and
> > not using the puppet cron resource.
> >
> > I will be managing the file /var/spool/cron/crontabs/root.
> >
> > I want the cron file
Hi
You saved my day. Actually there was a lot of white space :-) Now my
module looks like:
...
if ($manufacturer == 'Xen') or ($manufacturer == "Sun Microsystems
"){
...
Thanks a lot for the great Tip!
BR, Rene
On Apr 20, 8:54 am, Ohad Levy wrote:
> I've seen
hould
be true (noop)
notice: //Node[default]/hpasm/File[/opt/compaq/cma.conf]/ensure: is
absent, should be file (noop)
notice: Finished catalog run in 2.58 seconds
But this should not be. Has Puppet problems, when I have serveral
words in afact, since it works perfectly for Xen Systems.
Any Ideas ar
orage)
only files in nsswitch.conf:
id storage
uid=902(storage) gid=902(storage) groups=126(log),902(storage)
Do you have any other ideas?
Do you think the problem could arise from that the user storage is not
in ldap?
On Mar 2, 7:50 pm, "Tony G." wrote:
> Hi Rene,
>
> I tried
300,
groups => 'agroup',
home=> '/application/home/auser',
shell => '/bin/bash',
require => [ Group['auser'], Group['agroup'] ],
}
I have no idea what is going wrong.
e.
Does anybody know what the problem is here. Does Puppet Merge the
groups from local and ldap?
Any hint is appreciated.
BR, Rene
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-us...@go
bug?
BR,
Rene
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=.
I found the solution. I think it was to easy:
Just set:
certname = puppet
and everythink works well.
BR, Rene
On 2 Nov., 10:55, Rene wrote:
> Hi all
>
> Thanks for all the replies. I want to try to do the following:
>
> I have two servers: server1 server2. /var/lib/puppet is
configuration. How do I create a CA for
the CN puppet?
Can someone point me in the right direction?
BR, Rene
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, sen
Hi, thanks for the quick answers.
Did you create a link /var/lib/puppet that points to the nas share?
Did you use the autosign option?
BR, Rene
On Oct 29, 9:38 pm, Nicolas Szalay wrote:
> This will definitely work, I have this setup : two puppetmasters, sharing a
> vip with heartbeat
? Has anybody done that successfully? I
thought to put only /etc/puppet and the ssl directory on the nas. Will
that work?
BR, Rene
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To po
;,
home=> "/home/sybase",
shell => "/bin/bash",
}
}
and when I want to put the user on a system:
case $db {
oracle: {
# Users and groups
realize Group["dba"]
realize User["oracle"]
yes, because I removed the user and installed it via puppet. I also
checked if the link is in /etc/skel
On Jun 15, 3:17 pm, Joe McDonagh wrote:
> Are you sure that /etc/skel was populated before the users were added
> from puppet?
--~--~-~--~~~---~--~~
You rec
Hi have in /etc/skel
.bashrc -> .profile
When I add the User with puppet I have only .profile in the users home
directory. But If I use useradd -m then I have the link.
Does anybody know what my problem ist? I use managehome => true in the
configuration.
BR,
Rene
On Jun 14, 5:57 p
Hi
Is it possible to create a link like:
.bashrc -> .profile
without absolute path and without using an exec?
BR Rene
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post
I think this could be nice to do. For clusters (where every node
should have the same entries) it would ease the handling.
If so, how do you manage it? Static file, template, augeas, other?
Would be interesting to know.
BR, Rene
--~--~-~--~~~---~--~~
You
Does anybody know the status of that patch?
On May 29, 10:01 am, Brice Figureau
wrote:
> On Fri, 2009-05-29 at 08:18 +1000, James Turnbull wrote:
> > Brice Figureau wrote:
> > > On Thu, 2009-05-28 at 11:55 +0200, Peter Meier wrote:
> > >> Hi
>
> > >>> Only way I know is to make individual object
Very nice solution.
Thanks a lot.
BR Rene
On Jun 10, 6:08 pm, paul matthews
wrote:
> An alternate, non Puppet method is to add a pam_mkhomedir module to
> /etc/pam.d/system-auth (on a RedHat machine at least) by including the
> following line:-
>
> session required
module we have? Does someone know an easier
way?
BR, Rene
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe
Thats a good point.
Right now I want to migrate our satellite configuration to puppet. If
that works well, I will try to move even the device configuration to
puppet.
Thanks for your help.
BR. Rene
On Jun 8, 3:34 pm, David Schmitt wrote:
> Rene schrieb:
>
> > Yeah I know, that
Yeah I know, that would be the best solution, but this directory is a
san device and is not there after kickstart and I want to be sure that
puppet runs without errors even the device is not there.
Thanks a lot for you help
BR
Rene
On Jun 8, 3:20 pm, David Schmitt wrote:
> Rene schr
gt; "test -d /some/path"
>
> }
>
> (I won't back the exact syntax there since I just pulled it out of thin air).
>
> Trevor
>
> On Mon, Jun 8, 2009 at 09:08, Rene wrote:
>
> > Hi
>
> > I try to do some things on the system, only if a directory e
Hi
I try to do some things on the system, only if a directory exists. The
only way I see right now to achieve this is to create a custom fact
which returns true and fals. Is there a better solution?
BR
Rene
--~--~-~--~~~---~--~~
You received this message because
I cannot remove multipath from kickstart, since it has a lot of
dependencies.
I think I will write a custom fact and work with the md5sum of the
original /etc/multipath.conf file.
On Jun 4, 1:58 pm, Rene wrote:
> I thought about that too, but I think it is to dangerous, if someone
> edi
I thought about that too, but I think it is to dangerous, if someone
edits the file locali and it then gets overwritten...
I think I ensure, that multipath is not installed via kickstart and do
it the way pete suggested
On Jun 4, 1:52 pm, David Schmitt wrote:
> Rene schrieb:
>
eas?
BR,
Rene
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to
puppet-u
Hey Thanks, you are right, no capitals in module names
I didn't know that.
Br,
Rene
On Jun 2, 2:53 pm, Felix Schäfer wrote:
> Am 02.06.2009 um 14:48 schrieb Rene:
>
> > It cannot find the WLS class even it should be there. Does someone
> > have a solution for that,
Hi
I tried to rename a module from wls to WLS, so I changed:
/etc/puppet/production/modules/wls to /etc/puppet/production/modules/
WLS
In /etc/puppet/production/modules/WLS/manifests/init.pp I changed
class wls{ to class WLS{
in /etc/puppet/production/manifests/site.pp I changed include wls t
OK, I'll do that.
Thanks
On 28 Mai, 10:01, Pieter Barrezeele wrote:
> Hi Rene,
>
> On 28 May 2009, at 09:20, Rene wrote:
>
>
>
> > Hi
>
> > We have on our systems old school software which is only installable
> > via tar. I have the tar in
(because I remove the tar after
installation)
Any Ideas how I can access the file in the exec command?
Thanks in advance
Rene
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to
Hi Paul
Thank you for that advice. I think in our case, that will not work,
since it is possible that depA and depB have different lets say oracle
settings.
Best Regards,
Rene
On Apr 6, 5:19 pm, paul matthews wrote:
> An alternate approach maybe to create a definition in your templates
grouping of modules?
Thanks in advance
Rene
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this g
Thank you, I will try that.
On Mar 25, 4:26 am, Luke Kanies wrote:
> On Mar 20, 2009, at 1:44 AM, Rene wrote:
>
>
>
> > OK, that is what I thought. Then it would be a good practice to use
> > the full path of the file as title, as I only see the title in yaml.
>
&
OK, that is what I thought. Then it would be a good practice to use
the full path of the file as title, as I only see the title in yaml.
On Mar 19, 10:53 pm, Luke Kanies wrote:
> On Mar 12, 2009, at 12:50 PM, Rene wrote:
>
>
>
> > Hi
>
> > Is it possible to get a
Hi
Is it possible to get a file list, that are managed / edited by
puppet, do I have to parse the yaml file on the client manualy and
look for file entries?
Thanks in advance
Rene
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the
36 matches
Mail list logo