Mercurial > repos > other > Puppet
view modules/stdlib/manifests/init.pp @ 367:bcb54d9853e1
Increase memory limit so NextCloud can upgrade
Without this there wasn't enough memory for the unzip to succeed!
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 20 Dec 2020 13:51:58 +0000 |
parents | d9352a684e62 |
children | 4a2ee7e3b110 |
line wrap: on
line source
# @summary # This module manages stdlib. # # Most of stdlib's features are automatically loaded by Puppet, but this class should be # declared in order to use the standardized run stages. # # Declares all other classes in the stdlib module. Currently, this consists # of stdlib::stages. # class stdlib { include ::stdlib::stages }