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
在 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
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
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