Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
シナリオは次のとおりです。マニフェストの 2 つの異なる場所で、同じサード パーティのパラメーター化されたクラスを使用しています。
サードパーティのクラスが最初に含まれる場所がわかりません。両方の場所で、別のパラメーターをクラスに渡す必要があります。
現在、include状況を解決する方法がわからないため、両方の場所でクラスのみを使用しています。
include
どんな助けでも感謝します:)
ありがとう
パラメーターで構文を使用している場合、クラスを宣言できるのは 1 回だけです。
include classname
何回でも使えますが、
class { 'classname': parameter => 'yada', }
1回だけ。