我应该在/var/save/puppet_hello中使用hellopuppet.pp向hellopuppet.txt写入"Hello Puppet“。当我使用puppet apply hellopuppet.pp执行它时,它显示错误消息Error: Could not parse for environment production: Could notmatch ‘/var/save/puppet
我正在尝试运行一个脚本,该脚本试图通过puppet管理在centos7系统上安装模块。我想为运行脚本时发生的安装实现一个进度条。我使用tqdm模块来做这件事。这是我如何实现这个模块的一个快照:for i in tqdm(commands):这里,run_apply()是实际处理运行和应用puppet配置的函数。到目前为止,我得到了一个进度条,但当执行消息写入控
我使用的是Puppet 3.4.0自带的CentOS 6.5盒子。我有必要的依赖项,stdlib和concat。for Puppet::FileSystem:Module Could not retrieve file metadata for puppet:///modules/concat/concatfragments.shfor Puppet::FileSystem:Module
Error: Could not back up /etc