Parent Directory
|
Revision Log
|
Patch
revision 1759825 by neoclust, Wed Dec 30 10:16:35 2020 UTC | revision 1759826 by neoclust, Mon Nov 29 10:01:23 2021 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | %define ppconfdir conf/redhat | %define ppconfdir conf/redhat |
2 | ||
3 | Name: puppet | Name: puppet |
4 | Version: 7.1.0 | Version: 7.12.1 |
5 | Release: %mkrel 1 | Release: %mkrel 1 |
6 | Summary: System Automation and Configuration Management Software | Summary: System Automation and Configuration Management Software |
7 | License: Apache Software License | License: Apache Software License |
# | Line 76 install -D -m 644 %{SOURCE100} %{buildro | Line 76 install -D -m 644 %{SOURCE100} %{buildro |
76 | # puppet master | # puppet master |
77 | install -D -m 644 %{SOURCE101} %{buildroot}%{_unitdir}/puppetmaster.service | install -D -m 644 %{SOURCE101} %{buildroot}%{_unitdir}/puppetmaster.service |
78 | ||
install -D -m 644 ext/redhat/fileserver.conf \ | ||
%{buildroot}%{_sysconfdir}/puppetlabs/puppet/fileserver.conf | ||
79 | install -D -m 644 conf/puppet.conf \ | install -D -m 644 conf/puppet.conf \ |
80 | %{buildroot}%{_sysconfdir}/puppetlabs/puppet/puppet.conf | %{buildroot}%{_sysconfdir}/puppetlabs/puppet/puppet.conf |
81 | install -D -m 644 %{SOURCE102} %{buildroot}%{_tmpfilesdir}/puppet.conf | install -D -m 644 %{SOURCE102} %{buildroot}%{_tmpfilesdir}/puppet.conf |
# | Line 110 rm -rf %{buildroot}%{_datadir}/puppetlab | Line 108 rm -rf %{buildroot}%{_datadir}/puppetlab |
108 | rm -f %{buildroot}%{_datadir}/puppetlabs/ext/{build_defaults.yaml,project_data.yaml} | rm -f %{buildroot}%{_datadir}/puppetlabs/ext/{build_defaults.yaml,project_data.yaml} |