我想在应用我的配置时打印一些消息和变量值。我还想直观地分离不同配置块的输出。所以我用
notify {"\n\nINSTALL TOMCAT TO $target_folder":}
不幸的是,输出并没有真正增加整个日志的可读性:
notice:
INSTALL TOMCAT TO /opt/example/uiserver
notice: /Stage[main]//Node[dev-xyz.example.com]/Tomcat[uiserver_tomcat]/Notify[
INSTALL TOMCAT TO /opt/example/uiserver]
INSTALL TOMCAT TO /opt/example/uiserver'
问题 - 不仅仅是打印消息,puppet 还输出一个烦人的 echo /message: defined 'message' as '
。有什么办法可以消除吗?
使用withpath => false
没有帮助。
木偶 2.7.17。