puppet: Fix typo in service script (pupper -> puppet)

This commit is contained in:
cryptarch 2021-02-24 07:26:49 +11:00 committed by Michael Aldridge
parent ce93359cfd
commit 878f72c87d
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"