summaryrefslogtreecommitdiffstats
path: root/bin/ralsh
Commit message (Collapse)AuthorAgeFilesLines
* Signed-off-by: Eric Sorenson <ahpook@gmail.com>Eric Sorenson2009-08-011-1/+1
| | | | | | | | | Apologies if this violates the no-trivial-patches rule. I am getting used to git and this seemed like a harmless place to start. Documentation fix for help text, configuration reference URL is 404 now. Updated to equivalent page on wiki, fixes #2466 Signed-off-by: Eric Sorenson <ahpook@gmail.com>
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
|
* Move ralsh to the Application Controller paradigmBrice Figureau2009-02-161-185/+2
| | | | Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
* Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-181-1/+1
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Make ralsh behave more sanely for non-existent objects and property valuesNigel Kersten2008-12-061-1/+3
|
* Update to man pages, fix to ralsh help text and fix for #1211James Turnbull2008-05-051-1/+1
|
* Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.Paul Lathrop2008-03-281-1/+1
|
* Fixes ticket #1004 - documentation fixes for ralsh and puppetrunJames Turnbull2008-01-131-11/+12
|
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-3/+3
|
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
|
* Fixing ralsh to use a configuration instead of a componentLuke Kanies2007-09-251-4/+3
|
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-2/+2
| | | | | | | 'Puppet::Util::Settings'. This is to clear up confusion caused by the fact that we now have a 'Configuration' class to model host configurations, or any set of resources as a "configuration".
* Updating ralsh with more functionality: You can now perform work on the ↵luke2007-06-131-6/+69
| | | | | | command line, with commands like "sudo ralsh file /etc/passwd ensure=absent". This makes ralsh a bit more interactive. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2573 980ebf18-57e1-0310-9a29-db15c13687c0
* Making sure there is an editor set for ralshluke2007-05-161-0/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2519 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing the to_trans method and ralsh a bit so ralsh now works with the new ↵luke2007-05-101-7/+13
| | | | | | lack of "is" method git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2503 980ebf18-57e1-0310-9a29-db15c13687c0
* The result of .compact.join("\n") isn't assigned to anything. Fix.josb2007-05-081-3/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2484 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #206 and #422. Executables will still look for the deprecated config ↵luke2007-05-061-3/+1
| | | | | | files and load them using the old parse method, but they now prefer a single configuration file, and files can set parameters (owner, mode, group) in brackets on the same line. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2464 980ebf18-57e1-0310-9a29-db15c13687c0
* Committing all the work that josb did, plus a couple of small changesluke2007-05-031-20/+74
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2454 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding the "ralsh" executable (formerly known as x2puppet).luke2007-03-191-0/+149
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2322 980ebf18-57e1-0310-9a29-db15c13687c0