Purge cloud-init

Turns out that cloud-init leaves behind init scripts which still try
to do things, because they have lots of logic written in them. That's,
of course, crazy. In any case, purge to get rid of them.

Change-Id: Id32fe2eb0f0af879d69055dc7894acbe507f0513
This commit is contained in:
Monty Taylor 2015-03-19 16:09:37 -04:00
parent e73e2c16c2
commit 10b504fb95

View File

@ -54,7 +54,7 @@ class openstack_project::single_use_slave (
}
package { 'cloud-init':
ensure => 'absent',
ensure => 'purged',
}
}