search for: ralsh

Displaying 20 results from an estimated 22 matches for "ralsh".

Did you mean: ralph
2007 May 14
1
Issue with ralsh and Puppet installed as gem
Hi, I finally found why ralsh was failing on my systems; Puppet was installed as a gem and ralsh couldn''t find it. I added the preamble from puppetd and it seems to work fine now: ---8<--- snip ---8<--- 65c65,75 < require ''puppet'' --- > > require ''rubygems'' > versi...
2007 May 07
2
Host information gathering
I''d like to keep the desired and current states of a machine regarding it''s configuration. Sometimes a chain of administrative commands is needed to get a special thing (re)configured on a machine, e.g. reconfig of a suncluster. This cannot be done with puppet in an easy way. In the majority of cases, these commands change appropriate files, which reflect the current
2009 Nov 24
2
SLES 10 client keeps removing and re-adding accounts to groups
SLES 10 clients keeps removing and re-adding accounts to groups. Can''t use this product in production as a result, I''d like to use it though. Using clients 25.1 with master 25.1 This keeps re-occuring with every single puppet client run: Nov 24 09:57:09 puppetd[26915]: (//unixuser/User[jdoe]/groups) groups changed ''wheel'' to ''unixadm,wheel''
2009 Mar 05
2
genmanifest question
Hi all, puppet --genmanifest : Should this not introspect all the packages on my system? I ran it just now on ubuntu intrepid, puppet 24.7, and it just gave me puppet related things... Is it not possible to configure a system using the packages I want, and then run puppet --genmanifest to retrieve the puppet code to reproduce it? --~--~---------~--~----~------------~-------~--~----~ You
2009 Oct 19
1
Can't create user on OS X
...fig system running on OS X 10.6 and have hit a snag. I am attempting to create a user and get an error on the client :- (//User[ladmin]) Failed to retrieve current state of resource: undefined method ''<<'' for nil:NilClass The manifest I am using is the output of ''ralsh user ladmin'' on another 10.6 box with the uid shifted to 901. Any clues? Is this a problem with 10.6? // Tony --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this g...
2011 Aug 16
0
creating a puppet resource from existing cron
Is there a "puppetized" way for puppet to create a resource file from an existing crontab? Here''s an example of what has worked for me: $ crontab -l * * * * * date > /tmp/date.log $ ralsh cron Could not run: You must specify a name or title for resources $ crontab -l | awk ''!/^ *#/ {print "# Puppet Name: item-" NR ; print } '' | crontab $ crontab -l # Puppet Name: item-1 * * * * * date > /tmp/date.txt $ ralsh cron cron { ''item-1'':...
2008 Dec 16
10
Puppet version 0.24.7 released!
Hi all Here is the 0.24.7 release - the last of the 0.24.x branch and codenamed Gonzo. You can download it here: http://reductivelabs.com/downloads/puppet/puppet-0.24.7.tgz Big tickets items in the release are: * Manifest documentation http://reductivelabs.com/trac/puppet/wiki/PuppetManifestDocumentation This new functionality creates documentation from marked up manifests and modules and
2007 Apr 24
6
Using puppet to backup
Apologize ahead of time if this has been asked before. Without using external commands, can puppet back-up files and directories to the puppetmaster server? If I delete or change a file, I can back the file, but all I want to do is to take a snap-shot of some configurations. If I can''t do it natively, has anyone created a script that does so using external commands (such as tar, gzip,
2012 Oct 01
10
Puppet 3.0 fails install on Solaris 10 w/ ruby 1.8.7
...ged to >> /opt/csw/lib/ruby/gems/1.8/gems/json-1.7.5/ext/json/ext/generator/gem_make.out > > Nothing to update > > So I decided to uninstall the old version and try again: # gem uninstall puppet > > Remove executables: > > filebucket, pi, puppet, puppetdoc, ralsh, puppetca, puppetd, >> puppetmasterd, puppetqd, puppetrun > > >> in addition to the gem? [Yn] y > > Removing filebucket > > Removing pi > > Removing puppet > > Removing puppetdoc > > Removing ralsh > > Removing puppetca > > Removing pupp...
2007 Apr 30
3
Best Practice: how to organize puppetmaster directories?
...ed via fileserver live under /var/lib/puppet. Generic files live under dist, full packages live under depot, and host-specific stuff lives under private/[hostname]: /var/lib/puppet |-- depot | `-- tar | `-- BBCLT-bbc1.9g-btf.tar |-- dist | `-- apps | |-- diagnostics | | `-- ralsh | |-- mail | | `-- aliases | |-- ntp | | `-- ntp.conf | |-- puppet_client | | |-- puppet.sysconfig | | `-- puppetd.init | |-- resolver | | `-- resolv.conf | |-- sudo | | `-- sudoers | `-- syslog | `-- sysl...
2011 Jul 27
4
Puppet RPM's
Does anyone know where I can get the latest puppet, 2.7.1 as RPM''s? The spec file that comes with the puppet 2.7.1 source is broken again, and only version 0.25.5 seems to be available via EPEL, which means that the website''s assertion that you can get puppet as an RPM from there is somewhat untrue. Douglas. -- You received this message because you are subscribed to the
2011 Jun 23
12
Turn off client autoupdate
Hello! By default puppet node connects to server periodically and looks if there is something execute. I''m wondering is it possible to make puppet clients not connect to server themselves? So that it would be possible to update a node only with puppetrun nodename. --- WBR, Sergey -- You received this message because you are subscribed to the Google Groups "Puppet Users"
2009 Mar 23
7
ANNOUNCE: Puppet 0.24.8 now available!
...ing TCP connections Fixed #1922 - Functions squash all arguments into a single hash Fixed #1852 - Correct behaviour when no SELinux bindings Fixed #1963 - Failing to read /proc/mounts for selinux kills file downloads Other fixes: Fixed incorrect detail variable in OSX check and ralsh on OSX Fixed #2000 - No default specified for checksum Fixed #2026 - Red Hat ignoring stop method Fixed #2025 - gentoo service provider handle only default init level Fixed #1910 - updated logcheck Fixed #1871 - Sensitive information leaked in log reports Fixed #1956 -...
2011 Feb 04
1
ANNOUNCE: Puppet 2.6.5 - Release Candidate 1 available!
...ating incorrectly A bug which corrupted the environment column in storeconfigs databases has been fixed. Mount resource on AIX has been improved Bug #5681: Puppet mount module Puppet::Provider::Mount does not properly parse AIX mount command output Puppet resource can now manage files Bug #3165: Ralsh can’t manage files The puppet resource shell can now manage file resources. Generating puppet.conf with --genconfig no longer sets genconfig = true Bug #5914: Genconfig returns genconfig=true Using the --genconfig command line option now generates fully usable puppet.conf content. License is no...
2011 Feb 04
2
Fwd: [Puppet-dev] ANNOUNCE: Puppet 2.6.5 - Release Candidate 1 available!
...ating incorrectly A bug which corrupted the environment column in storeconfigs databases has been fixed. Mount resource on AIX has been improved Bug #5681: Puppet mount module Puppet::Provider::Mount does not properly parse AIX mount command output Puppet resource can now manage files Bug #3165: Ralsh can’t manage files The puppet resource shell can now manage file resources. Generating puppet.conf with --genconfig no longer sets genconfig = true Bug #5914: Genconfig returns genconfig=true Using the --genconfig command line option now generates fully usable puppet.conf content. License is no...
2007 May 07
3
Puppet for mass hosting and ha/hp clusters ?
Hi all, I''m Benjamin Sonntag, I''m one of the AlternC project developpers. AlternC is an opensource mass-hosting control panel software suite based on debian. We are working on a new version of this control panel, and we want to make the less and the best work we can for this version. So, as usual, we are using as much free software as we can, and we started to use puppet for
2008 Dec 04
3
Looking up information from the config...
Is there a way, in a puppet config, to query the current nodes config elements and use them in a template? My specific case is a JBOSS configuration with multiple instances on one server installation. I have the server configured as a class (with unpacking the zip file and making the server level changes), then each instance in a definition (making a copy of the default instance config and
2007 Apr 30
6
Installing puppetmasterd, puppetd as services under Red Hat, CentOS
...t/client.init /usr/local/lib/ruby/gems/1.8/gems/puppet-0.22.3/conf/redhat/server.init :( Aside: --port=${PUPPET_PORT} makes puppetd gag; that should probably be fixed. I''ve worked around this by changing #!/usr/bin/env ruby to #!/usr/local/bin/ruby in puppetmasterd, puppetd, and ralsh, but something tells me this is not the right way to fix this problem. I tried adding /usr/local/bin to PATH in the init.d scripts to no effect. FWIW, when I initially read through the site docs I couldn''t find an explanation of the right way to install the puppet client and server as ser...
2011 Feb 22
1
ANNOUNCE: Puppet 2.6.5 - Release Candidate 5 available!
...e description. dd332f6 Fixed #6002 - Added note about function execution 3cfbd07 (#5045) Cleaning up some tests and code a2036ea (#5045) External node classifiers should be able to specify params for classes 18ca97b (#5045) Adds support to resource/type to also accept a param hash 70630b9 Fix #3165 Ralsh (bin/puppet resource) can''t manage files 1fd3600 Fixed #3646 - Added documentation for compile and apply to man page ae48634 Fixed #5914 Removed genconfig = true from genconfig output 7e7f342 Fixed #1657 - Added note about target file 069f29b Fixed #2096 - clarified option modification and...
2009 Oct 05
6
Mac OS X plist resource type spec
Nigel Kersten and I had previously worked on a plist provider spec for Mac OS X. Attached is a PDF of the current state. I would appreciate any input and criticisms. --~--~---------~--~----~------------~-------~--~----~ 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