[Puppet Users] Re: Updated manifest, now get Failed to apply catalog: "\xF8\xDD" on UTF-16LE on Windows

2018-03-26 Thread
I don't what happened. But I think you may try 'puppet agent' command with '--debug' or '--trace' to find what's going on? 在 2018年3月27日星期二 UTC+8上午3:58:14,jmp242写道: > > I'm using puppet 5.3.3 and had been using a previous version of my module > for a long time. Now I added another package to my

[Puppet Users] Re: python Script with answer file not working

2018-05-16 Thread
在 2018年5月16日星期三 UTC+8下午8:31:53,Jochen Haeberle写道: > > Hi, > > I am trying to install seafile with Puppet. Puppet 5.5.1 on Debian 9. > > seafile is installed with an interactive shellscript calling a python > script. I prepared an answer file, which is interactively working fine, up > until wher

[Puppet Users] How to create a signal file when the file changes

2018-05-16 Thread
Hi,everyone! I want to create a signal file when some particular file changes. I find a syntax called *notify* in puppet docs could realize my need. So I tried like this: file {'target_file': ensure => 'present', source => 'puppet:///files/target_file', path => '/opt/target_file', notify => Fil

[Puppet Users] Re: How to create a signal file when the file changes

2018-05-28 Thread
Thank you john! 在 2018年5月17日星期四 UTC+8下午9:55:09,jcbollinger写道: > > > > On Wednesday, May 16, 2018 at 10:12:54 PM UTC-5, 程伟 wrote: >> >> Hi,everyone! >> I want to create a signal file when some particular file changes. I find >> a syntax called *notify* in pup