summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding "content" state to files, and string interpolation handles escaped ↵luke2006-01-124-1/+94
| | | | | | whitespace characters. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@813 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding 0.10.2 stuffluke2006-01-121-0/+9
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@812 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated to version 0.10.2luke2006-01-121-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@810 980ebf18-57e1-0310-9a29-db15c13687c0
* Services now work at least somewhat on solaris 10, and service testing is ↵luke2006-01-124-29/+158
| | | | | | pretty different. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@809 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing dependencies to not depend on file order. Added ↵luke2006-01-1210-27/+178
| | | | | | Puppet::Type.{finalize,mkdepends,builddepends} git-svn-id: https://reductivelabs.com/svn/puppet/trunk@808 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing documentation generation, and fixing aliasing so that objects can ↵luke2006-01-122-9/+29
| | | | | | safely be aliased to themselves git-svn-id: https://reductivelabs.com/svn/puppet/trunk@807 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding "alias" metaparam; you can now create as many aliases as you want for ↵luke2006-01-122-6/+38
| | | | | | any of your objects. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@806 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding autorequire to files, and added the cwd to the list of files to be ↵luke2006-01-1210-20/+75
| | | | | | required for exec. Also, exec catches inline files and autorequires them. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@805 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding generic autorequire mechanism, and thus removing it from execluke2006-01-112-14/+40
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@804 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding a requires? method to types, fixed the bug where exec fail when ↵luke2006-01-113-18/+101
| | | | | | Puppet is downloading the script to execute, and modified "exec" to autorequire any managed scripts git-svn-id: https://reductivelabs.com/svn/puppet/trunk@803 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated to version 0.10.1luke2006-01-111-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@801 980ebf18-57e1-0310-9a29-db15c13687c0
* modifying changelog for 0.10.1luke2006-01-111-0/+4
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@800 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding Sun support and fixing the last remaining bugs related to the daemon ↵luke2006-01-1113-426/+533
| | | | | | changes i just made git-svn-id: https://reductivelabs.com/svn/puppet/trunk@799 980ebf18-57e1-0310-9a29-db15c13687c0
* Supporting puppetmasterd running as a non-root user, and doing some basic ↵luke2006-01-1012-59/+118
| | | | | | message cleanup git-svn-id: https://reductivelabs.com/svn/puppet/trunk@798 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding some extra feedbackluke2006-01-101-0/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@797 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing init path defaultluke2006-01-101-3/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@796 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding some consistencies to the executable tests. All exe tests now pass ↵luke2006-01-106-51/+41
| | | | | | on OpenBSD, although the only real problem was that ruby was in /usr/local/bin. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@795 980ebf18-57e1-0310-9a29-db15c13687c0
* Updating Puppet to work with the new Facterluke2006-01-098-48/+37
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@794 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated to version 0.10.0luke2006-01-091-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@792 980ebf18-57e1-0310-9a29-db15c13687c0
* Describing 0.10.0 changesluke2006-01-091-0/+8
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@791 980ebf18-57e1-0310-9a29-db15c13687c0
* Modifying hosttestluke2006-01-091-2/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@790 980ebf18-57e1-0310-9a29-db15c13687c0
* All tests pass now, although the lack of service support on os x means that ↵luke2006-01-0910-25/+61
| | | | | | i have now disabled services on it git-svn-id: https://reductivelabs.com/svn/puppet/trunk@789 980ebf18-57e1-0310-9a29-db15c13687c0
* updatesluke2006-01-081-195/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@788 980ebf18-57e1-0310-9a29-db15c13687c0
* Merging changes from the head of the rework1 branch, r 784luke2006-01-0881-3851/+4350
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@787 980ebf18-57e1-0310-9a29-db15c13687c0
* Undoing the merge that happened in 785luke2006-01-0779-4131/+3694
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@786 980ebf18-57e1-0310-9a29-db15c13687c0
* Merging in refactoring from version 774 into version 784luke2006-01-0779-3694/+4131
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@785 980ebf18-57e1-0310-9a29-db15c13687c0
* updatesluke2006-01-072-3/+5
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@784 980ebf18-57e1-0310-9a29-db15c13687c0
* converting waitforcert to an intluke2006-01-051-1/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@780 980ebf18-57e1-0310-9a29-db15c13687c0
* adding ftools require statement to install.rbluke2006-01-051-0/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@779 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding a host test taskluke2006-01-041-0/+17
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@775 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming the module, so it behaves better with people's svn clientsluke2006-01-041-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@773 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing rakefileluke2006-01-041-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@772 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated to version 0.9.4luke2006-01-041-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@771 980ebf18-57e1-0310-9a29-db15c13687c0
* Removing tests from the list of tasksluke2006-01-041-1/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@769 980ebf18-57e1-0310-9a29-db15c13687c0
* adding some better readme stuffluke2006-01-041-18/+15
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@768 980ebf18-57e1-0310-9a29-db15c13687c0
* adding things to the change log, and modifying the order of the stepsluke2006-01-042-3/+14
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@767 980ebf18-57e1-0310-9a29-db15c13687c0
* Disabling most documentation generation except for the API docs, and ↵luke2006-01-043-95/+170
| | | | | | wrapping the StatusServer in the xmlrpc check git-svn-id: https://reductivelabs.com/svn/puppet/trunk@766 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated to version 0.9.3luke2006-01-031-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@764 980ebf18-57e1-0310-9a29-db15c13687c0
* some updates to the typegen stuff, even though i may still not use itluke2006-01-034-280/+165
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@763 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing two reported bugs in cron jobs. Cron jobs correctly change when ↵luke2006-01-032-154/+294
| | | | | | fields other than the command are updated, and they do not continually refresh when the command has trailing spaces git-svn-id: https://reductivelabs.com/svn/puppet/trunk@762 980ebf18-57e1-0310-9a29-db15c13687c0
* adding some commentsluke2006-01-033-1/+20
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@761 980ebf18-57e1-0310-9a29-db15c13687c0
* removing "host" as a keyword; it was an alias for "node"luke2006-01-031-1/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@760 980ebf18-57e1-0310-9a29-db15c13687c0
* converting storage from Marshal to YAMLluke2006-01-034-38/+54
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@759 980ebf18-57e1-0310-9a29-db15c13687c0
* adding Util.lock, and switching storage to using itluke2006-01-023-20/+56
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@758 980ebf18-57e1-0310-9a29-db15c13687c0
* removing any direct references to /tmp in testsluke2005-11-2416-68/+46
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@757 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing files being put directly into tmpluke2005-11-241-4/+4
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@756 980ebf18-57e1-0310-9a29-db15c13687c0
* removing ruby shebang at the top of all of the filesluke2005-11-2311-39/+22
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@755 980ebf18-57e1-0310-9a29-db15c13687c0
* final updates for 0.9.2luke2005-11-221-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@753 980ebf18-57e1-0310-9a29-db15c13687c0
* updatesluke2005-11-222-1/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@752 980ebf18-57e1-0310-9a29-db15c13687c0
* removing marksluke2005-11-222-2/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@751 980ebf18-57e1-0310-9a29-db15c13687c0