X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fkeystone%2Fmanifests%2Fpython.pp;h=32adc63f4333537ad89d109b1c79aa0a39fc72c5;hb=71a236efd9f45828d875a0a5fd025108bb1dcada;hp=858fd650424392c184374999f39ce6890a3a91ba;hpb=52e13a709b5b959cd8995e7fa4f1b226bbe13a87;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/keystone/manifests/python.pp b/3rdparty/modules/keystone/manifests/python.pp index 858fd6504..32adc63f4 100644 --- a/3rdparty/modules/keystone/manifests/python.pp +++ b/3rdparty/modules/keystone/manifests/python.pp @@ -1,6 +1,16 @@ +# == Class keystone::python # # installs client python libraries for keystone # +# === Parameters: +# +# [*client_package_name*] +# (optional) The name of python keystone client package +# Defaults to $keystone::params::client_package_name +# +# [*ensure*] +# (optional) The state for the keystone client package +# Defaults to 'present' # class keystone::python ( $client_package_name = $keystone::params::client_package_name,