puppet: Fix typo in service script (pupper -> puppet)
This commit is contained in:
parent
ce93359cfd
commit
878f72c87d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
install -d -m0755 -o puppet -g pupper /run/puppet
|
install -d -m0755 -o puppet -g puppet /run/puppet
|
||||||
exec puppet master --no-daemonize
|
exec puppet master --no-daemonize
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'puppet'
|
# Template file for 'puppet'
|
||||||
pkgname=puppet
|
pkgname=puppet
|
||||||
version=6.16.0
|
version=6.16.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=ruby-module
|
build_style=ruby-module
|
||||||
hostmakedepends="ruby facter-devel hiera which"
|
hostmakedepends="ruby facter-devel hiera which"
|
||||||
makedepends="facter-devel"
|
makedepends="facter-devel"
|
||||||
|
|
Loading…
Reference in a new issue