initial import

This commit is contained in:
2009-12-10 20:45:56 +02:00
commit 14f518ce91
44 changed files with 1867 additions and 0 deletions

7
init/actions/perms.rb Normal file
View File

@@ -0,0 +1,7 @@
class PermsAction < Action
def ensure
shell "chown -R www-data:www-data #{$skyhook_root}/www"
end
end