]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ftp.rb
Add basic FTP daemon to angor
[chef.git] / roles / ftp.rb
diff --git a/roles/ftp.rb b/roles/ftp.rb
new file mode 100644 (file)
index 0000000..0029298
--- /dev/null
@@ -0,0 +1,6 @@
+name "ftp"
+description "Role applied to all ftp servers"
+
+run_list(
+  "recipe[ftp]"
+)