components/ruby/puppet-modules/saz-memcached/Makefile
changeset 5438 c068f8c677e8
parent 4911 6590570733a1
child 5707 a2b8fbf04d15
--- a/components/ruby/puppet-modules/saz-memcached/Makefile	Wed Feb 10 16:31:24 2016 -0800
+++ b/components/ruby/puppet-modules/saz-memcached/Makefile	Wed Feb 10 22:10:43 2016 -0500
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../../make-rules/shared-macros.mk
@@ -48,6 +48,8 @@
 # common targets
 build:		$(BUILD_NO_ARCH)
 
-install:	$(INSTALL_NO_ARCH)
+install: $(INSTALL_NO_ARCH)
+
+REQUIRED_PACKAGES += system/management/puppet/puppetlabs-stdlib
 
 test:		$(NO_TESTS)