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
|
package :tools do
|
||||||
description 'Useful tools'
|
description 'Useful tools'
|
||||||
apt 'psmisc htop'
|
apt 'psmisc htop elinks'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ end
|
||||||
|
|
||||||
package :diaspora_dependencies do
|
package :diaspora_dependencies do
|
||||||
description 'random dependencies'
|
description 'random dependencies'
|
||||||
apt %w(libxslt1.1 libxslt1-dev libxml2)
|
apt %w(libxslt1.1 libxslt1-dev libxml2 libgpgme11-dev)
|
||||||
end
|
end
|
||||||
#package :diaspora do
|
#package :diaspora do
|
||||||
# description 'Diaspora'
|
# 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
|
# 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.
|
# 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 :clean_dreamhost
|
||||||
requires :tools
|
requires :tools
|
||||||
requires :rubygems
|
requires :rubygems
|
||||||
|
|
@ -43,7 +43,7 @@ policy :diaspora, :roles => :tom, :backer do
|
||||||
requires :webserver
|
requires :webserver
|
||||||
requires :scm
|
requires :scm
|
||||||
end
|
end
|
||||||
|
=begin
|
||||||
policy :ci, :roles => :ci do
|
policy :ci, :roles => :ci do
|
||||||
requires :tools
|
requires :tools
|
||||||
requires :rubygems
|
requires :rubygems
|
||||||
|
|
@ -54,7 +54,7 @@ policy :ci, :roles => :ci do
|
||||||
requires :scm
|
requires :scm
|
||||||
#add sqlite
|
#add sqlite
|
||||||
end
|
end
|
||||||
|
=end
|
||||||
# Deployment
|
# Deployment
|
||||||
#
|
#
|
||||||
# Defines script wide settings such as a delivery mechanism for executing commands on the target
|
# Defines script wide settings such as a delivery mechanism for executing commands on the target
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue