diff --git a/REFERENCE.md b/REFERENCE.md index cff5ef1c..996bdf3e 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -322,7 +322,7 @@ Default value: `'running'` Data type: `Boolean` -Manage the systemd tiemsyncd daemon +Manage the systemd timesyncd daemon Default value: `false` diff --git a/data/Ubuntu-22.04.yaml b/data/Ubuntu-22.04.yaml new file mode 100644 index 00000000..fda37e3c --- /dev/null +++ b/data/Ubuntu-22.04.yaml @@ -0,0 +1,10 @@ +--- +systemd::accounting: + DefaultCPUAccounting: 'yes' + DefaultIOAccounting: 'yes' + DefaultIPAccounting: 'yes' + DefaultBlockIOAccounting: 'yes' + DefaultMemoryAccounting: 'yes' + DefaultTasksAccounting: 'yes' + +systemd::timesyncd_package: 'systemd-timesyncd' diff --git a/manifests/init.pp b/manifests/init.pp index 2effc5b5..ce5c87e0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -81,7 +81,7 @@ # The state that the ``networkd`` service should be in # # @param manage_timesyncd -# Manage the systemd tiemsyncd daemon +# Manage the systemd timesyncd daemon # # @param timesyncd_ensure # The state that the ``timesyncd`` service should be in diff --git a/metadata.json b/metadata.json index 5eeeeb9f..ae5ef996 100644 --- a/metadata.json +++ b/metadata.json @@ -29,7 +29,8 @@ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "18.04", - "20.04" + "20.04", + "22.04" ] }, {