transforms/REQUIRED_PACKAGES
author Shawn Ferry <shawn.ferry@oracle.com>
Mon, 16 Jan 2017 13:07:49 -0800
changeset 7580 d8438d87f127
parent 3817 30b42c38bbc4
permissions -rw-r--r--
25395713 puppet.xml is causing manifest-imports to degrade

# print a line "REQUIRED_PACKAGES += {pkg-short-name}"
<transform depend fmri=pkg:/(.+)@.+ -> print REQUIRED_PACKAGES += %<1> >
# drop all actions
<transform -> drop >