puppet
こんなやつ file { '/': ensure => directory, owner => 'root', group => "root", mode => 444; } 実行すると以下のように怒られる Failed to apply catalog: Parameter path failed on File[/]: File paths must be fully qualified, not '' 「/.」でかく…
こんなやつ file { '/': ensure => directory, owner => 'root', group => "root", mode => 444; } 実行すると以下のように怒られる Failed to apply catalog: Parameter path failed on File[/]: File paths must be fully qualified, not '' 「/.」でかく…