diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 20:16:12 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 20:16:12 +0800 |
commit | bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38 (patch) | |
tree | d93b56c802078ea422367abc82bd53ab1780d10b /sysutils/puppet5 | |
parent | d2f3167e02df98ddbed29cbbc2c5ada42eb80e27 (diff) | |
download | freebsd-ports-gnome-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.tar.gz freebsd-ports-gnome-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.tar.zst freebsd-ports-gnome-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.zip |
Convert to UCL & cleanup pkg-message (categories s)
Diffstat (limited to 'sysutils/puppet5')
-rw-r--r-- | sysutils/puppet5/files/pkg-message.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/puppet5/files/pkg-message.in b/sysutils/puppet5/files/pkg-message.in index d036be0a93e0..b7f42c483592 100644 --- a/sysutils/puppet5/files/pkg-message.in +++ b/sysutils/puppet5/files/pkg-message.in @@ -1,4 +1,6 @@ - +[ +{ type: install + message: <<EOM To enable the puppet agent, add the following to /etc/rc.conf: puppet_enable="YES" @@ -11,4 +13,6 @@ Individual config files such as %%PREFIX%%/etc/puppetmasterd.conf are deprecated. Use a single file, %%ETCDIR%%/puppet.conf. The default PID directory is /var/run/puppet - +EOM +} +] |