Blame view

config.rb 154 Bytes
6ed177ff   Antonio Terceiro   Very first steps
1
2
3
root = File.expand_path(File.dirname(__FILE__))
file_cache_path   root + '/cache'
cookbook_path     root + '/cookbooks'
5b537710   Antonio Terceiro   Move roles to roo...
4
role_path         root + '/roles'