Skip to content

Commit

Permalink
Fixed fabric install issue, new dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
davidoae committed Jan 25, 2017
1 parent c6aa131 commit 22258ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/oaeservice/manifests/deps/common.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
package { 'build-essential': ensure => installed }
package { 'automake': ensure => installed }
package { 'libssl-dev': ensure => installed }
package { 'libffi-dev': ensure => installed }

include ::oaeservice::deps::package::git
}

0 comments on commit 22258ab

Please sign in to comment.