You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working in a fork to make structor work on EC2. I have problems with puppet making assumptions on where or how things were installed, such as java. The image I am using has openjdk installed via rpm, the box with omalley/centos6_x64 has two java rpms installed, none if which seems to be the one on the path. I can try and fix this, but I wonder how many other trial and error steps there are. Would it be possible to describe the omalley/centos6_x64 secret sauce or the requirements for a linux box so that the puppet conf in structor can just work? Thanks
PS: specific error was
err: /Stage[main]/Jdk/File[/usr/java/default]/ensure: change from absent to link failed: Could not set 'link on ensure: No such file or directory - /usr/java at /tmp/vagrant-puppet-3/modules-0/jdk/manifests/init.pp
The text was updated successfully, but these errors were encountered:
I am working in a fork to make structor work on EC2. I have problems with puppet making assumptions on where or how things were installed, such as java. The image I am using has openjdk installed via rpm, the box with omalley/centos6_x64 has two java rpms installed, none if which seems to be the one on the path. I can try and fix this, but I wonder how many other trial and error steps there are. Would it be possible to describe the omalley/centos6_x64 secret sauce or the requirements for a linux box so that the puppet conf in structor can just work? Thanks
PS: specific error was
err: /Stage[main]/Jdk/File[/usr/java/default]/ensure: change from absent to link failed: Could not set 'link on ensure: No such file or directory - /usr/java at /tmp/vagrant-puppet-3/modules-0/jdk/manifests/init.pp
The text was updated successfully, but these errors were encountered: