summaryrefslogtreecommitdiffstats
path: root/bin/ralsh
Commit message (Collapse)AuthorAgeFilesLines
* 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