CHANGELOG Manifest README README.md Rakefile autotest/discover.rb bin/stackfu firewall/config/01-controls.yml firewall/config/02-requirements.yml firewall/config/03-executions.yml firewall/config/04-validations.yml firewall/executables/configure_ufw.sh.erb firewall/executables/install_ufw.sh.erb firewall/script.yml lib/stackfu.rb lib/stackfu/api_hooks.rb lib/stackfu/app.rb lib/stackfu/commands/command.rb lib/stackfu/commands/config_command.rb lib/stackfu/commands/deploy_command.rb lib/stackfu/commands/dump_command.rb lib/stackfu/commands/generate_command.rb lib/stackfu/commands/help_command.rb lib/stackfu/commands/list_command.rb lib/stackfu/commands/publish_command.rb lib/stackfu/commands/server_command.rb lib/stackfu/date_helper.rb lib/stackfu/helpers/providers_credentials.rb lib/stackfu/helpers/rendering.rb lib/stackfu/operating_systems.rb spec/fixtures/deployments/logs.json spec/fixtures/deployments/logs_end.json spec/fixtures/deployments/logs_failed.json spec/fixtures/deployments/logs_middle.json spec/fixtures/scripts/all.json spec/fixtures/scripts/create.json spec/fixtures/scripts/delete.json spec/fixtures/scripts/firewall.json spec/fixtures/scripts/firewall/deploy.json spec/fixtures/scripts/mongo.json spec/fixtures/scripts/mongo/deploy.json spec/fixtures/scripts/none.json spec/fixtures/scripts/not_found.json spec/fixtures/scripts/password.json spec/fixtures/scripts/script_not_found.json spec/fixtures/servers/all.json spec/fixtures/servers/cannot_deploy.json spec/fixtures/servers/none.json spec/fixtures/servers/not_found.json spec/fixtures/servers/webbynode.json spec/spec_helper.rb spec/stackfu/api_hooks_spec.rb spec/stackfu/commands/deploy_command_spec.rb spec/stackfu/commands/dump_command_spec.rb spec/stackfu/commands/generate_command_spec.rb spec/stackfu/commands/list_command_spec.rb spec/stackfu/commands/publish_command_spec.rb spec/stackfu/rendering_spec.rb stackfu-installer/config/01-controls.yml stackfu-installer/config/02-requirements.yml stackfu-installer/config/03-executions.yml stackfu-installer/config/04-validations.yml stackfu-installer/script/dotfiles_installation.sh.erb stackfu-installer/script/github_credentials_setup.sh.erb stackfu-installer/script/nginx_and_passenger.sh.erb stackfu-installer/script/redis_installation.sh.erb stackfu-installer/script/resque_installation.sh.erb stackfu-installer/script/ruby_environment.sh.erb stackfu-installer/script/stackfu.sh.erb stackfu-installer/stack.yml templates/01-controls.yml.erb templates/02-requirements.yml.erb templates/03-executions.yml.erb templates/04-validations.yml.erb templates/script.sh.erb templates/stack.yml.erb test/fixtures/add_server_error test/fixtures/deployment_add test/fixtures/deployment_add_error test/fixtures/deployments test/fixtures/logs test/fixtures/logs_partial test/fixtures/plugin_add test/fixtures/plugin_add_error test/fixtures/plugin_deployment_add test/fixtures/plugin_not_found test/fixtures/plugin_unauthorized test/fixtures/plugins test/fixtures/plugins_by_name test/fixtures/plugins_by_name_other test/fixtures/plugins_empty test/fixtures/plugins_multiple test/fixtures/providers test/fixtures/providers_servers test/fixtures/server_add test/fixtures/server_add_dupe test/fixtures/server_add_error test/fixtures/server_delete test/fixtures/server_delete_error test/fixtures/servers test/fixtures/servers_by_name test/fixtures/servers_empty test/fixtures/servers_not_found test/fixtures/servers_unauthorized test/fixtures/servers_webbynode test/fixtures/stack/stackfu-installer/config/01-controls.yml test/fixtures/stack/stackfu-installer/config/02-requirements.yml test/fixtures/stack/stackfu-installer/config/03-scripts.yml test/fixtures/stack/stackfu-installer/config/04-validations.yml test/fixtures/stack/stackfu-installer/script/dotfiles_installation.sh.erb test/fixtures/stack/stackfu-installer/script/github_credentials_setup.sh.erb test/fixtures/stack/stackfu-installer/script/nginx_and_passenger.sh.erb test/fixtures/stack/stackfu-installer/script/redis_installation.sh.erb test/fixtures/stack/stackfu-installer/script/resque_installation.sh.erb test/fixtures/stack/stackfu-installer/script/ruby_environment.sh.erb test/fixtures/stack/stackfu-installer/script/stackfu.sh.erb test/fixtures/stack/stackfu-installer/stack.yml test/fixtures/stack_add test/fixtures/stack_add_error test/fixtures/stack_add_error_dupe test/fixtures/stack_adds_by_name test/fixtures/stack_delete_not_found test/fixtures/stacks test/fixtures/stacks_by_name test/fixtures/stacks_by_name_other test/fixtures/stacks_empty test/fixtures/stacks_multiple test/fixtures/stacks_not_found test/fixtures/stacks_realworld test/fixtures/stacks_stackfu-installer test/fixtures/stacks_unauthorized test/fixtures/stacks_with_controls test/fixtures/users test/fixtures/users_no_credentials test/fixtures/users_update test/support/custom_matchers.rb test/support/fixtures.rb test/support/io_stub.rb test/support/web_fixtures.rb test/test_helper.rb test/unit/commands/test_command.rb test/unit/commands/test_config_command.rb test/unit/commands/test_deploy_command.rb test/unit/commands/test_dump_command.rb test/unit/commands/test_generate_command.rb test/unit/commands/test_help_command.rb test/unit/commands/test_list_command.rb test/unit/commands/test_publish_command.rb test/unit/commands/test_server_command.rb test/unit/helpers/test_rendering.rb test/unit/test_array.rb test/unit/test_provider.rb test/unit/test_stackfu.rb