Я получаю сообщение об ошибке при выполнении кукольного сценария
в файле Puppet master site.pp
Я написал следующий код
node default {
class t {
package {'apache2':
ensure => installed,
}
}
}
на подчиненном компьютере, когдая выполняю его, используя puppet agent --test
, он выдает ошибку:
Info: Using configured environment 'production'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Retrieving locales
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Could not parse for environment production: Classes, definitions, and nodes may only appear at toplevel or inside other classes (file: /etc/puppet/code/environments/production/manifests/site.pp, line: 3, column: 1) on node slave.ec2.internal
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Не могли бы вы помочь мне в этом отношении