From 34fcc5dfa37699764b17bb537417e4d646f020d2 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 23 May 2013 17:06:47 -0400 Subject: add a number of python::extension classes --- manifests/extensions/protobuf.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/extensions/protobuf.pp (limited to 'manifests/extensions/protobuf.pp') diff --git a/manifests/extensions/protobuf.pp b/manifests/extensions/protobuf.pp new file mode 100644 index 0000000..3b46757 --- /dev/null +++ b/manifests/extensions/protobuf.pp @@ -0,0 +1,5 @@ +class python::extensions::protobuf { + + python::package { 'protobuf': } + +} -- cgit v1.2.3