]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/keystone/manifests/python.pp
Revert "add stackforge/keystone to 3rdparty"
[dsa-puppet.git] / 3rdparty / modules / keystone / manifests / python.pp
diff --git a/3rdparty/modules/keystone/manifests/python.pp b/3rdparty/modules/keystone/manifests/python.pp
deleted file mode 100644 (file)
index 858fd65..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# installs client python libraries for keystone
-#
-#
-class keystone::python (
-  $client_package_name = $keystone::params::client_package_name,
-  $ensure = 'present'
-) inherits keystone::params {
-
-  package { 'python-keystone' :
-    ensure => $ensure,
-    name   => $client_package_name,
-  }
-
-}