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
2 merge requests!4Test->production,!3Devel->Test
Pipeline #130352 failed
# folioscripts
# ub-folio
## encrypt configuration data
......
---
folioscripts::foliofront:
ub-folio::foliofront:
env: >
ENC[PKCS7,MIIO3QYJKoZIhvcNAQcDoIIOzjCCDsoCAQAxggEhMIIBHQIBAD
AFMAACAQEwDQYJKoZIhvcNAQEBBQAEggEAn0AsLfEkSiCNUc7UuJzKn1vcUp
......
# @summary Setup a front facing node for folio
class folioscripts::foliofront {
class ub-folio::foliofront {
include profiles::letsencrypt
include apache
include apache::mod::proxy
......@@ -95,7 +95,7 @@ class folioscripts::foliofront {
ensure => file,
group => 'api',
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'],],
}
......
{
"name": "liuit-folioscripts",
"name": "liuit-ub-folio",
"version": "0.1.0",
"author": "LiU-IT",
"summary": "",
......
......@@ -2,7 +2,7 @@
require 'spec_helper'
describe 'folioscripts::foliofront' do
describe 'ub-folio::foliofront' do
on_supported_os.each do |os, os_facts|
context "on #{os}" do
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