Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 puppet3 (3.7.2-4+deb8u1sci10u5.2) scibian10; urgency=medium
 .
   * Fix auth.conf error
Author: Philippe Martinet <philippe-externe.martinet@edf.fr>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- /dev/null
+++ puppet3-3.7.2/etc/default/puppet3
@@ -0,0 +1,7 @@
+# Defaults for puppet - sourced by /etc/init.d/puppet
+
+# Start puppet on boot?
+START=yes
+
+# Startup options
+DAEMON_OPTS="
--- /dev/null
+++ puppet3-3.7.2/etc/logrotate.d/puppet
@@ -0,0 +1,10 @@
+# conf pour gestion des logs puppet
+
+/var/log/puppet/*.log {
+        rotate 3
+        monthly
+        missingok
+        notifempty
+        compress
+        delaycompress
+}
--- /dev/null
+++ puppet3-3.7.2/etc/systemd/system/puppet.service.d/config_puppet.conf
@@ -0,0 +1,5 @@
+# Conf systemd pour demarrer l agent Puppet apres que le reseau soit pret
+
+[Unit]
+Wants=NetworkManager-wait-online-nodeps.service
+After=NetworkManager-wait-online-nodeps.service
