的Git參考在我們複雜的木偶環境,我們用大Puppetfile,它總是爲每個模塊列出了它的Git URL(:git
)和引用(:ref
):查找Puppetfile
(...)
mod 'foobar',
:git => 'ssh://[email protected]:7777/pup/puppet-foobar.git',
:ref => 'puppet-foobar-3.14'
(...)
模塊的版本更新了所有時間,所以:ref
的值經常變化。
當我們通過命令行運行Puppet代理時,有沒有辦法知道哪個:ref
被應用於特定的運行?