Skip to content
Snippets Groups Projects
Commit ff84e940 authored by Magnus Toneby's avatar Magnus Toneby
Browse files

rename folioscript to ub-folio

parent aa667ab4
No related branches found
No related tags found
2 merge requests!4Test->production,!3Devel->Test
Pipeline #130352 failed
# folioscripts # ub-folio
## encrypt configuration data ## encrypt configuration data
......
--- ---
folioscripts::foliofront: ub-folio::foliofront:
env: > env: >
ENC[PKCS7,MIIO3QYJKoZIhvcNAQcDoIIOzjCCDsoCAQAxggEhMIIBHQIBAD ENC[PKCS7,MIIO3QYJKoZIhvcNAQcDoIIOzjCCDsoCAQAxggEhMIIBHQIBAD
AFMAACAQEwDQYJKoZIhvcNAQEBBQAEggEAn0AsLfEkSiCNUc7UuJzKn1vcUp AFMAACAQEwDQYJKoZIhvcNAQEBBQAEggEAn0AsLfEkSiCNUc7UuJzKn1vcUp
......
# @summary Setup a front facing node for folio # @summary Setup a front facing node for folio
class folioscripts::foliofront { class ub-folio::foliofront {
include profiles::letsencrypt include profiles::letsencrypt
include apache include apache
include apache::mod::proxy include apache::mod::proxy
...@@ -95,7 +95,7 @@ class folioscripts::foliofront { ...@@ -95,7 +95,7 @@ class folioscripts::foliofront {
ensure => file, ensure => file,
group => 'api', group => 'api',
mode => '0750', mode => '0750',
content => lookup('folioscripts::foliofront.env',undef,undef,'"env" key not found in hiera data'), content => lookup('ub-folio::foliofront.env',undef,undef,'"env" key not found in hiera data'),
require => [Vcsrepo['/opt/liu/foliofront/foliofront-node-root'],], require => [Vcsrepo['/opt/liu/foliofront/foliofront-node-root'],],
} }
......
{ {
"name": "liuit-folioscripts", "name": "liuit-ub-folio",
"version": "0.1.0", "version": "0.1.0",
"author": "LiU-IT", "author": "LiU-IT",
"summary": "", "summary": "",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
require 'spec_helper' require 'spec_helper'
describe 'folioscripts::foliofront' do describe 'ub-folio::foliofront' do
on_supported_os.each do |os, os_facts| on_supported_os.each do |os, os_facts|
context "on #{os}" do context "on #{os}" do
let(:facts) { os_facts } let(:facts) { os_facts }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment