Skip to content

Commit 759b851

Browse files
lzapDominic Cleal
authored and
Dominic Cleal
committedMay 13, 2014
Changed proxy registration API package name
1 parent c810278 commit 759b851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎manifests/params.pp

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
$oauth_consumer_secret = cache_data('oauth_consumer_secret', random_password(32))
180180

181181
$foreman_api_package = $::osfamily ? {
182-
Debian => 'ruby-foreman-api',
183-
default => 'rubygem-foreman_api',
182+
Debian => 'ruby-apipie-bindings',
183+
default => 'rubygem-apipie-bindings',
184184
}
185185
}

0 commit comments

Comments
 (0)
Please sign in to comment.