puppet: Fix typo in service script (pupper -> puppet)
This commit is contained in:
parent
ce93359cfd
commit
878f72c87d
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'puppet'
|
||||
pkgname=puppet
|
||||
version=6.16.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=ruby-module
|
||||
hostmakedepends="ruby facter-devel hiera which"
|
||||
makedepends="facter-devel"
|
||||
|
|
Loading…
Reference in New Issue