Hello community, here is the log from the commit of package puppet for openSUSE:Factory checked in at 2013-03-18 07:09:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/puppet (Old) and /work/SRC/openSUSE:Factory/.puppet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "puppet", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/puppet/puppet.changes 2013-03-01 10:54:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.puppet.new/puppet.changes 2013-03-18 07:09:45.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Mar 14 11:40:46 UTC 2013 - [email protected] + +- The puppet agent unit file needs to take into account the settings + from /etc/sysconfig/puppet. + +------------------------------------------------------------------- New: ---- puppetagent.service ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ puppet.spec ++++++ --- /var/tmp/diff_new_pack.nDdKgB/_old 2013-03-18 07:09:46.000000000 +0100 +++ /var/tmp/diff_new_pack.nDdKgB/_new 2013-03-18 07:09:46.000000000 +0100 @@ -33,6 +33,7 @@ Source2: puppet.fw Source3: puppet.sysconfig Source4: puppetmasterd.sysconfig +Source5: puppetagent.service # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines Patch0: puppet-2.6.6-yumconf.diff # PATCH-FIX-OPENSUSE puppet-3.0.2-init.diff [email protected] @@ -110,7 +111,7 @@ install -m 644 %{SOURCE1} %{buildroot}/%{_fwdefdir}/puppetmasterd install -m 644 %{SOURCE2} %{buildroot}/%{_fwdefdir}/puppet %if 0%{?suse_version} >= 1210 -install -m 644 ext/systemd/puppetagent.service %{buildroot}%{_unitdir}/system/puppetagent.service +install -m 644 %{SOURCE5} %{buildroot}%{_unitdir}/system/puppetagent.service install -m 644 ext/systemd/puppetmaster.service %{buildroot}%{_unitdir}/system/puppetmaster.service %endif mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates ++++++ puppetagent.service ++++++ [Unit] Description=Puppet agent Wants=basic.target After=basic.target network.target puppetmaster.service [Service] EnvironmentFile=/etc/sysconfig/puppet ExecStart=/usr/bin/puppet agent --no-daemonize --server=${PUPPET_SERVER} --port=${PUPPET_PORT} --logdest=${PUPPET_LOG} $PUPPET_EXTRA_OPTS [Install] WantedBy=multi-user.target -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
