Skip to content

Commit

Permalink
Changed proxy registration API package name
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap authored and Dominic Cleal committed May 13, 2014
1 parent c810278 commit 759b851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Expand Up @@ -179,7 +179,7 @@
$oauth_consumer_secret = cache_data('oauth_consumer_secret', random_password(32))

$foreman_api_package = $::osfamily ? {
Debian => 'ruby-foreman-api',
default => 'rubygem-foreman_api',
Debian => 'ruby-apipie-bindings',
default => 'rubygem-apipie-bindings',
}
}

0 comments on commit 759b851

Please sign in to comment.