Skip to content

Commit

Permalink
Hard code pantheon template directory for linode
Browse files Browse the repository at this point in the history
  • Loading branch information
boztek committed Mar 6, 2011
1 parent a84980b commit 896a7b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fab/initialization.py
Expand Up @@ -50,7 +50,8 @@ def _initialize_package_manager(server):
"""
if server.distro == 'ubuntu':
with cd(server.template_dir):
template_dir = '/opt/pantheon/fab/templates'
with cd(template_dir):
local('cp apt.pantheon.list /etc/apt/sources.list.d/pantheon.list')

local('cp apt.openssh.pin /etc/apt/preferences.d/openssh')
Expand Down

0 comments on commit 896a7b9

Please sign in to comment.