search for: apps_files

Displaying 2 results from an estimated 2 matches for "apps_files".

Did you mean: apps_file
2017 Nov 07
2
Problem with getting restapi up&running
Hi, i am currently struggling around with gluster restapi (not heketi), somehow i am a bit stuck. During startup of glusterrestd service it drops some python errors, heres a error log output with increased loglevel. Maybe someone can give me a hint how to fix this -- snip -- [2017-11-07 10:29:04 +0000] [30982] [DEBUG] Current configuration: proxy_protocol: False worker_connections: 1000
2007 Mar 09
3
Using changes in a symlink target as a trigger for an ''exec''
...ay to set up the following (not at work, so don''t have exact code, can provide that tomorrow if needed): softlink A points to file B Developer does a build, repoints soft link A to file C This triggers an exec action to clean up old build directories I set up something like this class apps_files { file { ''/path/to/link'': checksum => md5, } exec { ''code to execute on change'':, path => ''/usr/local/bin:/usr/bin:/bin'', subscribe => file[''/path/to/link''], refres...