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
When trying to use the module with the following definition:
class profile::nexus::server {
class{ '::nexus':
version => '3.30.0',
nexus_root => '/srv', # All directories and files will be relative to this
download_site => 'http://download.sonatype.com/nexus/3',
nexus_type => 'unix',
nexus_work_dir_manage => false
}
}
It failed when dealing with the nexus configuration file:
No such file or directory @ rb_sysopen - /srv/sonatype-work/nexus3/etc/nexus.properties
Error: /Stage[main]/Nexus::Config/File[/srv/sonatype-work/nexus3/etc/nexus.properties]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: No such file or directory @ rb_sysopen - /srv/sonatype-work/nexus3/etc/nexus.properties (file: /etc/puppetlabs/code/environments/production/site-modules/nexus/manifests/config.pp, line: 49)
As a fact, the file and even etc directory don't exist.
Is that something that changed recently ?
The text was updated successfully, but these errors were encountered:
When trying to use the module with the following definition:
It failed when dealing with the nexus configuration file:
As a fact, the file and even etc directory don't exist.
Is that something that changed recently ?
The text was updated successfully, but these errors were encountered: