From 74ffbee83c73b670134c4879b12eb437a45fd8e6 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Thu, 5 Dec 2019 12:10:55 +0100 Subject: [PATCH] Give examples headings Giving names to examples avoids empty headers being generated in the generated strings docs. --- manifests/ca.pp | 2 +- manifests/init.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/ca.pp b/manifests/ca.pp index 6b4897a..c60a1e4 100644 --- a/manifests/ca.pp +++ b/manifests/ca.pp @@ -1,7 +1,7 @@ # @summary # Creates per CA configuration files. # -# @example +# @example Simple Example # fetchcrl::ca{'EDG-Tutorial-CA': # agingtolerance => 168 # } diff --git a/manifests/init.pp b/manifests/init.pp index 5cbe620..c8fb3b2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -4,7 +4,7 @@ # Main class, installs fetch-crl and configured it. # https://wiki.nikhef.nl/grid/FetchCRL3 # -# @example +# @example Simple Example # class{'fetchcrl': # http_proxy => 'http:://squid.example.org:8000', # carepo => 'http://yum.example.org/yumrepo',