Skip to content
This repository has been archived by the owner on Jun 26, 2019. It is now read-only.

Commit

Permalink
Update app.pp
Browse files Browse the repository at this point in the history
added kerberos libraries and modified git repo to avoid upstream issues
  • Loading branch information
mootpt committed Sep 15, 2015
1 parent cabad7c commit 297d168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packer/puppet/modules/letschat/manifests/app.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
$registration = $letschat::params::registration,
) inherits letschat::params {

$dependencies = ['g++', 'make', 'git', 'curl', 'vim']
$dependencies = ['g++', 'make', 'git', 'curl', 'vim', 'libkrb5-dev']

class { 'nodejs':
repo_url_suffix => 'node_0.12',
Expand All @@ -33,7 +33,7 @@
vcsrepo { $deploy_dir:
ensure => present,
provider => git,
source => 'https://github.com/sdelements/lets-chat.git',
source => 'https://github.com/hashicorp/lets-chat.git',
require => Class['nodejs'],
}

Expand Down

0 comments on commit 297d168

Please sign in to comment.