Skip to content

Commit

Permalink
Allow disabling PID file (#156)
Browse files Browse the repository at this point in the history
* Allow bolean => false for pidfile

---------

Co-authored-by: tmanninger <47749648+tmanninger@users.noreply.github.com>
Co-authored-by: Steffen Zieger <github@saz.sh>
  • Loading branch information
3 people authored Feb 26, 2024
1 parent 56d40f3 commit 618569b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Optional[Stdlib::Absolutepath] $logfile = $memcached::params::logfile,
Boolean $logstdout = false,
Boolean $syslog = false,
Variant[Stdlib::Absolutepath, Undef] $pidfile = '/var/run/memcached.pid',
Variant[Stdlib::Absolutepath, Boolean[false], Undef] $pidfile = '/var/run/memcached.pid',
Boolean $manage_firewall = false,
$max_memory = '95%',
Optional[Variant[Integer, String]] $max_item_size = undef,
Expand Down

0 comments on commit 618569b

Please sign in to comment.