Sha256: 2d58febe78d48b85511858968c74af87ae6018016ddda4e80a432e1212169516
Contents?: true
Size: 268 Bytes
Versions: 20
Compression:
Stored size: 268 Bytes
Contents
# The notify before should always come BEFORE all resources # managed by the nginx class # and the notify last should always come AFTER all resources # managed by the nginx class. node default { notify { 'before': } -> class { 'nginx': } -> notify { 'last': } }
Version data entries
20 entries across 20 versions & 1 rubygems