Skip to content

Instantly share code, notes, and snippets.

@hfm
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save hfm/0de5d5ae84566ca2cb0b to your computer and use it in GitHub Desktop.

Select an option

Save hfm/0de5d5ae84566ca2cb0b to your computer and use it in GitHub Desktop.
Puppet 3.xでimportがdeprecatedになり,main manifestと呼ばれる方式が新たに提唱されている

Directories: The Main Manifest(s)

関連URL

https://docs.puppetlabs.com/puppet/latest/reference/dirs_manifest.html

変更点

  • site.ppが長大化する際に,import関数を使って分離していた
    • node.ppfunction.pp等に分けたりしている
  • puppet 4からはimportが削除されるので,代替案が必要
    • puppetlabsが提案しているのは main manifest という方法

Main manifestsとは

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment