Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow bollean=>false for pidfile #155

Closed
wants to merge 1 commit into from
Closed

Conversation

tmanninger
Copy link
Contributor

Allow disabling the pidfile.
See #142

@@ -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, Undef] $pidfile = '/var/run/memcached.pid',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer

Variant[Stdlib::Absolutepath, Boolean[false], Undef] $pidfile                                     = '/var/run/memcached.pid',

@saz
Copy link
Owner

saz commented Feb 26, 2024

I've just merged #156 which will resolve this.

@saz saz closed this Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants