gabriel / capitate
- Source
- Commits
- Network (2)
- Issues (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
capitate / Capfile
| 397c2b0e » | gabriel | 2008-02-06 | 1 | # | |
| 2 | # Capfile for running base install recipe | ||||
| 3 | # | ||||
| 4 | |||||
| a1e02101 » | gabriel | 2008-01-27 | 5 | load 'deploy' if respond_to?(:namespace) # cap2 differentiator | |
| 6 | |||||
| f43744c3 » | gabriel | 2008-02-19 | 7 | require 'lib/capitate' | |
| a1e02101 » | gabriel | 2008-01-27 | 8 | ||
| 9 | # Load recipes | ||||
| 5afcb412 » | gabriel | 2008-02-21 | 10 | require 'lib/capitate/recipes' | |
| a1e02101 » | gabriel | 2008-01-27 | 11 | ||
| 12 | require 'erb' | ||||
| d39472da » | gabriel | 2008-02-21 | 13 | ||
