Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Merge pull request #135 from nhr/node_dependency_fix
Browse files Browse the repository at this point in the history
Bug 1051151 - Removed Node gem dependency for auth component
  • Loading branch information
nhr committed Jan 9, 2014
2 parents 06b32d2 + eb2918f commit fc4362a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
.vagrant
metadata.json
*~
2 changes: 1 addition & 1 deletion manifests/plugins/auth/htpasswd.pp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
file { 'htpasswd':
path => "/etc/openshift/htpasswd",
ensure => file,
require => Package['rubygem-openshift-origin-node'],
require => Package['openshift-origin-broker'],
}

$mkdir = $::operatingsystem ? {
Expand Down

0 comments on commit fc4362a

Please sign in to comment.