Skip to content

Commit

Permalink
Merge pull request #46 from ehelms/refs-8270
Browse files Browse the repository at this point in the history
Refs #8270: Let defaults be defined by params instead of documentation.
  • Loading branch information
ehelms committed Nov 6, 2014
2 parents 117002a + 825e477 commit 57c1b45
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@
#
# === Parameters:
#
# $user:: The Katello system user name;
# default 'foreman'
# $user:: The Katello system user name
#
# $group:: The Katello system user group;
# default 'foreman'
# $group:: The Katello system user group
#
# $user_groups:: Extra user groups the Katello user is a part of;
# default 'foreman
# $user_groups:: Extra user groups the Katello user is a part of
#
# $oauth_key:: The oauth key for talking to the candlepin API;
# default 'katello'
# $oauth_key:: The oauth key for talking to the candlepin API
#
# $oauth_secret:: The oauth secret for talking to the candlepin API;
# $oauth_secret:: The oauth secret for talking to the candlepin API
#
# $post_sync_token:: The shared secret for pulp notifying katello about
# completed syncs
Expand All @@ -25,8 +21,7 @@
#
# $config_dir:: Location for Katello config files
#
# $use_passenger:: Whether Katello is being deployed with Passenger;
# default true
# $use_passenger:: Whether Katello is being deployed with Passenger
#
# $proxy_url:: URL of the proxy server
#
Expand Down

0 comments on commit 57c1b45

Please # to comment.