Compare commits
No commits in common. "18a252291930415044e9986044486777beadd401" and "a8976ab36e3009666403364933e37eaa0a9290d1" have entirely different histories.
18a2522919
...
a8976ab36e
3 changed files with 2 additions and 17 deletions
|
@ -20,7 +20,7 @@ git_deploy = {
|
|||
}
|
||||
|
||||
files = {
|
||||
f'/var/www/yourls/htdocs/user/config.php': {
|
||||
f'/var/www/yourls/htdoc/user/config.php': {
|
||||
'content_type': 'mako',
|
||||
'mode': '0440',
|
||||
'owner': 'www-data',
|
||||
|
|
|
@ -9,21 +9,6 @@ defaults = {
|
|||
}
|
||||
|
||||
|
||||
@metadata_reactor.provides(
|
||||
'apt/packages',
|
||||
)
|
||||
def apt(metadata):
|
||||
php_version = metadata.get('php/version')
|
||||
|
||||
return {
|
||||
'apt':{
|
||||
'packages': {
|
||||
f'php{php_version}-mysql': {},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@metadata_reactor.provides(
|
||||
'nginx/vhosts',
|
||||
)
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
'cookiekey': "!decrypt:encrypt$gAAAAABoRvmcUs3t7PREllyeN--jBqs0XYewMHW16GWC-ikLzsDSe02YKGycOlgXuHU4hzKbNjGMEutpFXRLk9Zji6bbpy4GdyE6vStfwd8ZT0obAyoqBPwI47LwUlDSFMS51y5j8rG5",
|
||||
'version': "1.10.1",
|
||||
'users': {
|
||||
'mseibert': "!decrypt:encrypt$gAAAAABoRwtOcslyRY9ahkmtVI8QbXgJhyE3nuk04eakFDKl-4OZViiRvjtQW3Uwqki1aFeAS-syzr0Ug5sZM_zNelNahjZyzW1k47Xg9GltGNn_zp-uUII=",
|
||||
'mseibert': "testtesttest",
|
||||
},
|
||||
},
|
||||
'zfs': {
|
||||
|
|
Loading…
Reference in a new issue