manifestのコーディング規約を決めとこう。 基本的には本家のここに従う。Style Guide いくつか気になるのをピックアップすると。 リソースパラメータのデフォルト値はトップレベルスコープにしか置かない(各クラス内で設定しない)。 9.7. Resource Defaults Resource defaults should be used in a very controlled manner, and should only be declared at the edges of your manifest ecosystem. Specifically, they may be declared: At top scope in site.pp In a class which is guaranteed to never declare another class and