disable nagging kernel messages
This commit is contained in:
13
base/sys/cp15_barrier.sls
Normal file
13
base/sys/cp15_barrier.sls
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=yaml
|
||||
---
|
||||
{%- if grains.get('cpuarch') in ['aarch64'] %}
|
||||
sysctl:
|
||||
lookup:
|
||||
config:
|
||||
location: '/etc/sysctl.d'
|
||||
params:
|
||||
abi.cp15_barrier:
|
||||
value: 2
|
||||
{%- endif %}
|
||||
|
||||
3
base/sys/init.sls
Normal file
3
base/sys/init.sls
Normal file
@@ -0,0 +1,3 @@
|
||||
include:
|
||||
- .sysctl
|
||||
- .cp15_barrier
|
||||
40
grafana.sls
40
grafana.sls
@@ -1,40 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=yaml
|
||||
---
|
||||
|
||||
grafana:
|
||||
pkg:
|
||||
name: grafana
|
||||
use_upstream_archive: false
|
||||
repo:
|
||||
humanname: grafana_official
|
||||
name: deb https://packages.grafana.com/oss/deb stable main
|
||||
file: /etc/apt/sources.list.d/grafana.list
|
||||
key_url: https://packages.grafana.com/gpg.key
|
||||
|
||||
config_file: /etc/grafana/grafana.ini
|
||||
service:
|
||||
name: grafana-server
|
||||
config:
|
||||
default:
|
||||
app_mode: production
|
||||
instance_name: stats
|
||||
server:
|
||||
domain: chaos
|
||||
security:
|
||||
admin_user: admin
|
||||
allow_embedding: true
|
||||
users:
|
||||
allow_signup: false
|
||||
auth:
|
||||
login_maximum_inactive_lifetime_days: 21
|
||||
login_maximumx_lifetime_days: 60
|
||||
token_rotation_interval: 240
|
||||
auth.anonymous:
|
||||
enabled: true
|
||||
org_name: Dahoam
|
||||
org_role: Viewer
|
||||
log:
|
||||
level: error
|
||||
mode: syslog
|
||||
|
||||
Reference in New Issue
Block a user