puppet-manifests | A repo of reusable Puppet manifests for Vagrant | Configuration Management library
kandi X-RAY | puppet-manifests Summary
kandi X-RAY | puppet-manifests Summary
A repo of reusable Puppet manifests for Vagrant
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of puppet-manifests
puppet-manifests Key Features
puppet-manifests Examples and Code Snippets
Community Discussions
Trending Discussions on puppet-manifests
QUESTION
Background
Puppet Newbie, trying to maintain some old puppet version on a box. The aim is to unload an old program using it's old plist file and start new one.
Problem
I have following code in .pp file
...ANSWER
Answered 2020-May-21 at 19:19Couple of things to add to your mental model in Puppet which will help you think about this. The Puppet catalog is a DAG, directed acyclic graph. Each resource you define such as file, package, service, etc is a node in that DAG. Metaparamters like before, notify, subscribe, etc set the relationships between the nodes in the graph.
What your error means is that Puppet can't find the resource File['your file'] in the catalog in order to add the relationships you've defined. The usual reason is that you have not defined it. Or misspelled it, that's my favorite mistake. Looking at your code you've merely assigned a variable and then referenced it as a resource.
Removing the subscribe is simplest. Or you can define the File though unless you want to change the content of the file I wouldn't bother.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install puppet-manifests
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page