나는 다음 발췌가 포함 된 매니페스트와 꼭두각시 filebuckets을 모색하고있다 :이 매니페스트를 적용하면꼭두각시 filebuckets 탐색 : 오류 : 실행할 수 없습니다 : 파일을 찾을 수 없습니다
file { '/tmp/test' :
backup,
# ...
}
, 꼭두각시가 백업보고를 제 (지역) filebucket puppet
에 /tmp/test
의 이전 버전 :
Info: /Stage[main]/<module>/File[/tmp/test]:
Filebucketed /tmp/test to puppet with sum <hash>
이것은 documentation의 설명과 일치
Error: Could not run: File not found
어떤이 동작을 설명 할 수 내가 성공적으로의 내용을 검사 할 수있는 방법 :
Default value: puppet, which backs up to a filebucket of the same name. (Puppet automatically creates a local filebucket named puppet if one doesn’t already exist.)
내가 지금은이 오류 메시지가 puppet filebucket --local list
(또는 puppet filebucket --local --bucket puppet list
)로 filebucket의 내용을 검사하려고(로컬) filebucket? Puppet 버전 4.10.5 용입니다.