s_tajima:TechBlog

渋谷で働くインフラエンジニアのTechブログです。

2014-07-01から1ヶ月間の記事一覧

CentOS7の検証: CA証明書の管理方針が変更に

概要 CentOS7の検証をしていると、ca-bundle.crtがシンボリックリンクになっていることに気がついた。 $ ll /etc/pki/tls/certs/ca-bundle.crt lrwxrwxrwx 1 root root 49 7月 16 17:04 /etc/pki/tls/certs/ca-bundle.crt -> /etc/pki/ca-trust/extracted/pe…

Puppet3.6環境でPackageを定義するとWarningが

Puppet3.6環境で、 package { "openssl": ensure => installed, }のように、packageの定義を記載すると、puppet適用時に Warning: The package type's allow_virtual parameter will be changing its default value from false to true in a future release.…

Puppet3.6環境のpuppet.confでmodulepathがdeprecatedとなっている件

puppet-masterのversion3.6.2をセットアップしていて、 Jul 29 14:47:20 localhost puppet-master[2042]: Setting modulepath is deprecated in puppet.conf. See http://links.puppetlabs.com/env-settings-deprecations と怒られたので http://links.puppe…