Updated deploy scripts
This commit is contained in:
parent
caa92ea3a0
commit
cdd6e2034e
3 changed files with 5 additions and 5 deletions
|
|
@ -10,5 +10,5 @@ end
|
|||
|
||||
package :tools do
|
||||
description 'Useful tools'
|
||||
apt 'psmisc htop'
|
||||
apt 'psmisc htop elinks'
|
||||
end
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ end
|
|||
|
||||
package :diaspora_dependencies do
|
||||
description 'random dependencies'
|
||||
apt %w(libxslt1.1 libxslt1-dev libxml2)
|
||||
apt %w(libxslt1.1 libxslt1-dev libxml2 libgpgme11-dev)
|
||||
end
|
||||
#package :diaspora do
|
||||
# description 'Diaspora'
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ require "#{File.dirname(__FILE__)}/packages/ruby"
|
|||
# If there's only one implementation of a virtual package, it's selected automatically, otherwise
|
||||
# the user is requested to select which one to use.
|
||||
|
||||
policy :diaspora, :roles => :tom, :backer do
|
||||
policy :diaspora, :roles => [:tom, :backer] do
|
||||
# requires :clean_dreamhost
|
||||
requires :tools
|
||||
requires :rubygems
|
||||
|
|
@ -43,7 +43,7 @@ policy :diaspora, :roles => :tom, :backer do
|
|||
requires :webserver
|
||||
requires :scm
|
||||
end
|
||||
|
||||
=begin
|
||||
policy :ci, :roles => :ci do
|
||||
requires :tools
|
||||
requires :rubygems
|
||||
|
|
@ -54,7 +54,7 @@ policy :ci, :roles => :ci do
|
|||
requires :scm
|
||||
#add sqlite
|
||||
end
|
||||
|
||||
=end
|
||||
# Deployment
|
||||
#
|
||||
# Defines script wide settings such as a delivery mechanism for executing commands on the target
|
||||
|
|
|
|||
Loading…
Reference in a new issue