Patrick Rynhart
06/01/2023, 10:39 PMsymlink_realpath(/opt/dspace_src/latest) realpath() failed: No such file or directory
symlink_realpath(/opt/dspace_src/latest) realpath() failed: No such file or directory
symlink_realpath(/opt/dspace_src/latest) realpath() failed: No such file or directory
symlink_realpath(/opt/dspace_src/latest) realpath() failed: No such file or directory
Patrick Rynhart
06/01/2023, 10:40 PMPatrick Rynhart
06/01/2023, 10:41 PMPatrick Rynhart
06/01/2023, 10:42 PMrequire => Archive["/tmp/dspace-$dspace_version.tar.gz"],
that the Symlink should only be created after the Archive resource has finished successfully extracting the TGZ, but this doesn’t seem to be the case.binford2k
06/02/2023, 12:09 AMbinford2k
06/02/2023, 12:10 AMextract then symlink
to symlink then extract
, both cases end up with the archive extracted.)Patrick Rynhart
06/02/2023, 1:35 AMclass dspace_modern (
$config = [],
) {
file { '/opt':
ensure => 'directory',
}
file { '/opt/dspace_src':
ensure => 'directory',
owner => 'tomcat',
group => 'tomcat',
require => File['/opt'],
}
archive { '/tmp/dspace-7.5.tar.gz':
source => '<https://github.com/DSpace/DSpace/archive/refs/tags/dspace-7.5.tar.gz>',
extract => true,
extract_path => '/opt/dspace_src',
cleanup => true,
user => 'tomcat',
group => 'tomcat',
require => File['/opt/dspace_src'],
}
file { '/opt/dspace_src/latest':
ensure => 'link',
target => '/opt/dspace_src/DSpace-dspace-7.5', # When dspace-7.5.tar.gz is extracted (from above), it has directory 'DSpace-dspace-7.5' inside of it
require => Archive['/tmp/dspace-7.5.tar.gz'],
}
}
Slackbot
06/02/2023, 1:35 AMPatrick Rynhart
06/02/2023, 1:36 AMBalram thakur
06/02/2023, 2:52 PMBalram thakur
06/02/2023, 2:52 PMSlackbot
06/02/2023, 2:55 PMSlackbot
06/02/2023, 6:05 PMSlackbot
06/02/2023, 8:51 PMDr Bunsen Honeydew
06/02/2023, 8:51 PMpuppetlabs-mysql
module at https://forge.puppet.com/puppetlabs/mysql?src=slack&channel=puppetrunlolarun
06/05/2023, 12:27 PMDr Bunsen Honeydew
06/05/2023, 12:27 PMpuppet-puppetboard
module at https://forge.puppet.com/puppet/puppetboard?src=slack&channel=puppetbastelfreak
06/05/2023, 12:31 PMrunlolarun
06/05/2023, 12:34 PMSlackbot
06/05/2023, 12:44 PMkn
06/05/2023, 12:44 PMSlackbot
06/05/2023, 12:49 PMkn
06/05/2023, 1:12 PMtext/plain, 7bit, us-ascii
and one text/html, quoted, us-ascii
.
Mail user agents displaying html mails will likely render &
as &
and clicking or copying the link may work, but I'm reading the plain text part and thus of course copied the link verbatim, which is how I end up in a broken registration process.kn
06/05/2023, 1:13 PM&
instead of the URL encoded version in the plain text part? I'd be surprised if I was the first user running into this.kn
06/05/2023, 1:21 PMSlackbot
06/05/2023, 2:16 PMma_garvo
06/05/2023, 4:20 PMma_garvo
06/05/2023, 4:31 PMspp
06/05/2023, 4:34 PMpuppet resource service
will return all services, but it isn't a defined, default fact.ma_garvo
06/05/2023, 4:35 PM