Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Okay, significant change -- classes no longer accept arguments (which makes ↵ | luke | 2005-09-21 | 1 | -11/+0 |
| | | | | | | things simpler but encourages the user of global variables, which is bad), and classes are finally singletons, meaning they will only ever be evaluated for each node a single time. I still need to make nodes work correctly, but that is going to involve modifying the parsing system and a bit more git-svn-id: https://reductivelabs.com/svn/puppet/trunk@694 980ebf18-57e1-0310-9a29-db15c13687c0 | ||||
* | adding some new language tests | luke | 2005-09-19 | 1 | -1/+1 |
| | | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@692 980ebf18-57e1-0310-9a29-db15c13687c0 | ||||
* | Successfully parsed my entire converted cfengine configuration; these are ↵ | luke | 2005-09-17 | 1 | -0/+11 |
all fixes for bugs i found as a result. I have not tried to execute the configuration yet. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@687 980ebf18-57e1-0310-9a29-db15c13687c0 |