summaryrefslogtreecommitdiff
path: root/sysutils/puppet5/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/puppet5/files/pkg-message.in')
-rw-r--r--sysutils/puppet5/files/pkg-message.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/sysutils/puppet5/files/pkg-message.in b/sysutils/puppet5/files/pkg-message.in
deleted file mode 100644
index b7f42c483592..000000000000
--- a/sysutils/puppet5/files/pkg-message.in
+++ /dev/null
@@ -1,18 +0,0 @@
-[
-{ type: install
- message: <<EOM
-To enable the puppet agent, add the following to /etc/rc.conf:
-
- puppet_enable="YES"
-
-To enable the puppetmaster, add the following to /etc/rc.conf:
-
- puppetmaster_enable="YES"
-
-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
-}
-]