Skip to content

Commit 6e4e6d5

Browse files
committed
fix: profile::system is not anymore, the underlying class is handled in the common module
1 parent 8b04d37 commit 6e4e6d5

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

manifests/defaults.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
allow_virtual => false,
55
}
66

7-
87
if $facts['service_provider'] == 'systemd' {
98
exec { 'daemon-reload':
109
path => ['/bin','/sbin'],
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
####################################################
2-
# Loaded by ALL customers #
3-
####################################################
1+
# Profile entry point
42
class profile (
53
) {
6-
7-
# Contain Class
84
contain ::common
9-
contain ::profile::system
105
}

0 commit comments

Comments
 (0)