Slackbot
06/21/2023, 1:26 AMhelindbe
06/21/2023, 8:59 AMCode_Bleu
06/21/2023, 12:54 PM├── data
│ ├── nodes
│ └── private
│ └── role
├── local_modules
│ ├── profile
│ │ ├── files
│ │ │ ├── strapi
│ │ │ └── ecosystem.config.js.epp
│ │ ├── lib
│ │ │ └── facter
│ │ └── manifests
│ │ ├── nodejs
│ │ └── main_file.pp
│ └── role
│ └── manifests
└── manifestsbastelfreak
06/21/2023, 12:54 PMCode_Bleu
06/21/2023, 12:56 PMcontent => epp('profile/files/strapi/ecosystem.config.js.epp')Code_Bleu
06/21/2023, 12:58 PMError: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, Could not find template 'profile/files/strapi/ecosystem.config.js.epp' (file: /etc/puppetlabs/code/environments/prod/local_modules/profile/manifests/nodejs/strapi_install.pp, line: 35, column: 16) on node xxxxxbastelfreak
06/21/2023, 12:58 PMCode_Bleu
06/21/2023, 1:05 PM